-
Notifications
You must be signed in to change notification settings - Fork 2
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 and fix test #137
add and fix test #137
Conversation
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.
Potentially want to add a GrowingSurface
override into the test?
But |
Ah, I meant in terms of a |
ahh understood - yes good suggestion |
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.
I think rooting_depth
would need to be called in the nodes
section too, not just in overrides
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.
These changes would mean a GrowingSurface
parameter is set, overrided and tested (ET_depletion_factor
was already set)
Co-authored-by: Robin Maes-Prior <87651497+RobinMaesPrior@users.noreply.github.com>
Co-authored-by: Robin Maes-Prior <87651497+RobinMaesPrior@users.noreply.github.com>
for more information, see https://pre-commit.ci
apply_overrides
of surfaces wasn't being called during model load. This tests and fixes.Fixes #136