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
Will throw an error, as all kinds of irrelevant package checks are being done for the options. In its current state, settings files will be copied (just like iMOD5) instead of parsed. We can therefore not check things like whether all the unique values in the landuse grid for GridData are present in the LanduseOptions. So these checks need to be turned off. Right now a user needs to manually turn off validation:
Modflow6Simulation has a state to turn off certain validation steps, using a ValidationContext.
We can introduce something like in the metaswap module as well.
The text was updated successfully, but these errors were encountered:
Calling:
Will throw an error, as all kinds of irrelevant package checks are being done for the options. In its current state, settings files will be copied (just like iMOD5) instead of parsed. We can therefore not check things like whether all the unique values in the landuse grid for GridData are present in the LanduseOptions. So these checks need to be turned off. Right now a user needs to manually turn off validation:
Modflow6Simulation
has a state to turn off certain validation steps, using aValidationContext
.We can introduce something like in the metaswap module as well.
The text was updated successfully, but these errors were encountered: