-
Notifications
You must be signed in to change notification settings - Fork 6
Issue #1209 bypass value error well assign #1211
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
Issue #1209 bypass value error well assign #1211
Conversation
| self.name = name | ||
| self.directory = None | ||
| self._initialize_template() | ||
| self._is_from_imod5 = False |
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.
Hmm imod5 converter logic is now being mixed up with the main logic. I'm not sure this is a good thing
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.
Good point, will be picked up further in #1222
…_ValueError_well_assign
|



Fixes #1209
Description
to_mf6_pkg:error_on_well_removal, which throws an error if wells are removed entirely during well assignment._is_from_imod5to Modflow6Simulation to keep track if the simulation is loaded from iMOD5 data or not. Based on this, some validation settings might be set to be a bit more permissive. (Or call some extra cleanup?)is_from_imod5property to WriteContext to keep track of the same thing within the writing context.Checklist
Issue #nr, e.g.Issue #737