You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow for significantly less memory usage in steps blending (#435)
* allow for significantly less memory usage in steps blending
* apply black
* use threadpool
* only decompose if not already done
* fix black
* update docstring
* fix one more docstring and rename some variables
* Apply suggestions from code review
Co-authored-by: Ruben Imhoff <31476760+RubenImhoff@users.noreply.github.com>
* rename precip_models_pm
* move comment about memory reduction to velocity_models
* fix zerovalue precip_cascade
* use precip_models_cascade if present
* set done to true
* fix black
* revert to old logic, but now with precip_models_cascade using new loop
* fix issue with precip_models_cascade
* fix tests
* Move comment up a little
---------
Co-authored-by: Ruben Imhoff <31476760+RubenImhoff@users.noreply.github.com>
Co-authored-by: Daniele Nerini <daniele.nerini@gmail.com>
0 commit comments