Skip to content
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

Fix issue caused by SwitchGDDType and NewCond_zGW #176

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fclof
Copy link

@fclof fclof commented Sep 5, 2024

I was trying to run some simulations with the new 3.0.9 version, and I met issues like in #163 and #164 . I figured it out that you just need to change SwitchGDDType to int instead of str, and it will compile.

However, this fix is not enough, because there is another issue caused by return (NewCond_th_fc_Adj, None, None) in check_groundwater_table.py, the last 'None' (NewCond_zGW) breaks root_development()'s expected data type (NewCond_zGW: float). So I just changed it to 0, and it finally worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant