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

22: Postprocess refactoring #23

Merged

Conversation

pabloitu
Copy link
Collaborator

closes #22

refac: Removed plot_catalogs/results/forecasts methods from the Experiment class and located them as functions in postprocess.py, now taking an experiment instance as argument. Simplified the functions for readability. Changed `postproc_config` argument to `postprocess`.
fix: patches from test_data
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

Attention: Patch coverage is 29.16667% with 102 lines in your changes missing coverage. Please review.

Project coverage is 76.82%. Comparing base (19a4e9a) to head (9f7a9cc).
Report is 3 commits behind head on main.

Files Patch % Lines
floatcsep/postprocess.py 17.39% 95 Missing ⚠️
floatcsep/cmd/main.py 50.00% 6 Missing ⚠️
floatcsep/repository.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   77.02%   76.82%   -0.21%     
==========================================
  Files          26       27       +1     
  Lines        3870     3987     +117     
==========================================
+ Hits         2981     3063      +82     
- Misses        889      924      +35     

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

@pabloitu pabloitu merged commit c75546a into main Aug 15, 2024
7 of 9 checks passed
@pabloitu pabloitu deleted the 22-remake-decouple-catalog-forecast-plots-from-experiment branch September 11, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remake / decouple catalog & forecast plots from Experiment. Regularize hooks for post process plotting
1 participant