-
Notifications
You must be signed in to change notification settings - Fork 3
Issue #805 Add missing validation concentrations #808
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
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.
looks good. Still, there may be a case for some additional validation on a higher level: do the flow boundaries have data on the concentration species that are being transported by the transport model? What if the transport model transports 1 species but the flow packages have data on 2 species? or what if the flow packages have data on 1 species, but it's not the species that the transport model transports?
Fixes #805
Description
Validation of concentrations was missing for the DRN, WEL, and EVT package. This PR:
AnyNodataSchema
Well
has no nodata for certain variables.I was struggling a bit with the linting/formatting it appears that we are running both
black
as well asruff
which causes changes.Checklist
Issue #nr
, e.g.Issue #737