-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor of concentration code #1929
base: main
Are you sure you want to change the base?
Conversation
docs/guide/delwaq.ipynb
Outdated
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.
👀
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 had my doubts about this refactor because it now becomes a separate callback, and I thought that cumulative flow was updating some states that we also needed for concentrations, but that doesn't seem to be the case. Let's merge the other PR, retest here, and then merge.
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.
Let's remove the debug code.
Ideally we merge this before #1933 and #1929, so we know they don't break anything. --------- Co-authored-by: Martijn Visser <[email protected]>
Fixes #1905