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
In de Modflow6Simulation.split method we hardcode the "solver" key for the solver. This is wrong, as users are free to assign their solver package to any key. I think only the packages "time_discretization" and exchanges keys can be hardcoded, as they are generated by methods.
In de
Modflow6Simulation.split
method we hardcode the "solver" key for the solver. This is wrong, as users are free to assign their solver package to any key. I think only the packages "time_discretization" and exchanges keys can be hardcoded, as they are generated by methods.Therefore, we should change:
to:
This requires adding a
_get_pkgkey
method to the Modflow6Simulation class as well, or moving the logic to utility function:The text was updated successfully, but these errors were encountered: