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
@chrisbillowsMO This would be a good issue to pick up if you're interested in doing Dask related work. While these derivation functions may seem a bit niche, they are used by some of the more computationally heavy recipes and they prevent is from running those with the distributed scheduler.
@chrisbillowsMO This would be a good issue to pick up if you're interested in doing Dask related work. While these derivation functions may seem a bit niche, they are used by some of the more computationally heavy recipes and they prevent is from running those with the distributed scheduler.
Since some of these preprocessor functions predate the requirement of having unit tests, we usually test them manually by running examples/recipe_preprocessor_derive_test.yml and checking if the output is identical before and after we make changes.
The
derive
preprocessor function does not (fully) support lazy derivation of the following variablesvegfrac
#2452All of these derivation functions can also be 'tested' using
examples/recipe_preprocessor_derive_test.yml
.Previous discussion on this topic in #42.
The text was updated successfully, but these errors were encountered: