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
I have checked that this issue has not already been reported.
I have checked that this bug exists on the latest version of HydroMT-Wflow.
Reproducible Example
Run the test_model_methods.py::test_setup_lulc_vector and examine the example_wflow_model after calling the setup method.
Current behaviour
Not a real bug but currently masking of variables in grid with the basin boundaries happens in write_grid rather then in the setup_ methods. I think it would be better if it hapened during the set_grid method so that we have a more conform model in python and not only after/when writting.
Desired behaviour
See above.
Additional context
No response
The text was updated successfully, but these errors were encountered:
HydroMT-Wflow version checks
Reproducible Example
Run the test_model_methods.py::test_setup_lulc_vector and examine the example_wflow_model after calling the setup method.
Current behaviour
Not a real bug but currently masking of variables in grid with the basin boundaries happens in
write_grid
rather then in thesetup_
methods. I think it would be better if it hapened during theset_grid
method so that we have a more conform model in python and not only after/when writting.Desired behaviour
See above.
Additional context
No response
The text was updated successfully, but these errors were encountered: