-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add MESMER-M example for multiple scenarios and members #572
base: main
Are you sure you want to change the base?
Add MESMER-M example for multiple scenarios and members #572
Conversation
for more information, see https://pre-commit.ci
What I do here:
Stacking is kind of complicated because I group the data by month in the power transformer and the covariance module and I can do that if we do not fit along a time but a sample dimension. Note that all parameters are weighted by the number of members (but not by the number of time steps). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
==========================================
+ Coverage 78.18% 78.48% +0.29%
==========================================
Files 49 49
Lines 3021 3016 -5
==========================================
+ Hits 2362 2367 +5
+ Misses 659 649 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@yquilcaille this is usable, with the caveats mentioned above. But as I said, it is dirty and slow. Note that you also need to pull this branch as I made breaking changes (that do not influence the output but the structure of some functions). |
for more information, see https://pre-commit.ci
What the title says
CHANGELOG.rst