You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a ValidationContext which stores validation settings. Currently constructing a simulation with Modflow6Simulation.from_imod5_data turns off the strict checks for the well and hfb packages.
As noticed before in this PR #1351, this becomes problematic when doing the following:
Import iMOD5 Simulation
Dump to netcdfs + toml
Load dumped simulation
Users can workaround this by doing the following, but this requires setting semi-private attributes:
There is a
ValidationContext
which stores validation settings. Currently constructing a simulation withModflow6Simulation.from_imod5_data
turns off the strict checks for the well and hfb packages.As noticed before in this PR #1351, this becomes problematic when doing the following:
Users can workaround this by doing the following, but this requires setting semi-private attributes:
The following would enhance configurability:
The text was updated successfully, but these errors were encountered: