Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #145 and improve data behaviour #147

Merged
merged 2 commits into from
Sep 26, 2024
Merged

fix #145 and improve data behaviour #147

merged 2 commits into from
Sep 26, 2024

Conversation

lpofredc
Copy link
Member

  • Fix Extraction par intervalle de temps - Rien ne se passe à l'éxécution #145, script is now executable as expected.
  • Improved script behavior when formatting data. Data is now formatted with one column per year or month, depending on the configuration of the aggregation parameter, whereas previously it generated one column per year-month of the chosen period.
  • Period selection is now done in the same way as for other scripts

@lpofredc lpofredc added bug Something isn't working enhancement New feature or request labels Sep 26, 2024
@lpofredc lpofredc self-assigned this Sep 26, 2024
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 50 lines in your changes missing coverage. Please review.

Project coverage is 5.29%. Comparing base (f0699ae) to head (31612a8).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
plugin_qgis_lpo/commons/helpers.py 0.00% 24 Missing ⚠️
plugin_qgis_lpo/processing/processing_algorithm.py 0.00% 24 Missing ⚠️
plugin_qgis_lpo/processing/refresh_data.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #147      +/-   ##
=========================================
+ Coverage    5.21%   5.29%   +0.07%     
=========================================
  Files          22      22              
  Lines        1571    1550      -21     
  Branches      221     214       -7     
=========================================
  Hits           82      82              
+ Misses       1485    1464      -21     
  Partials        4       4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lpofredc lpofredc merged commit ec28b6c into master Sep 26, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extraction par intervalle de temps - Rien ne se passe à l'éxécution
1 participant