-
Notifications
You must be signed in to change notification settings - Fork 110
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
Implement LocalEnsemble finalize
function, which combines all realisations into one dataset.
#5527
Comments
Gonna wait with implementing this until we have figured out the starting on an existing case issue. |
First step should be testing the performance of loading data from a finalized dataset compared with loading from multiple. Hopefully using a finalized dataset should take advantage of lazy loading. We should also check on NFS. Summary data is the most important to check. They are currently saved under a |
Resolved by #7563 |
This has potential performace improvements. We should do it explicitly in the run models after we have finished loading all data. Could potentially be done in a different thread (or process). Then load results manually should probably do this directly and not do the callbacks individually first.
The text was updated successfully, but these errors were encountered: