-
Notifications
You must be signed in to change notification settings - Fork 48
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
remove multi verif from classes #453
Conversation
this PR will be a great simplification for the future. looking good so far. |
rebased for you |
|
Ah shit something happened rebasing... |
790f657
to
1053c9d
Compare
* Force mandatory kwargs for PerfectModelEnsemble methods. * kwargs=None for PM * adjust tests * fix all notebooks * dim=None initialized.dims remove lead as in xr.mean(dim=None) * rework bootstrap docstring * update metrics.rst and comparison.rst * force iterations * add Metric and Comparison to docs * update comparisons.rst Co-authored-by: Aaron Spring <aaronspring@users.noreply.github.com> Co-authored-by: AS <aaron.spring@mpimet.mpg.de>
1053c9d
to
14d91ca
Compare
What’s the purpose of changing “” to ‘’ and vice versa? Gets too complicated to review |
I don't know why that happened. Let me see if I can fix it. |
Ugh I don't know why it did that and how to fix it. The swaps between |
Okay @aaronspring that's gone. |
I never call black directly. git add; pre-commit; ... |
Yeah I was on a different dev environment by accident which didn't have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be great and much simpler to work with. Was a good idea to start with but now better without.
This PR has little overlap with the other one. You can merge it if you want |
Description
Removes ability for multiple verifs in the
HindcastEnsemble
object to clean up code.Closes #429
To-Do List
Type of change
Please delete options that are not relevant.
asv
to detect performance changes)How Has This Been Tested?
Checklist (while developing)
pytest
, if necessary.Pre-Merge Checklist (final steps)