Closed hboisgon closed 6 months ago
Build wflow with {'subbasin': [11.12, 44.54]} or {'subbasin': [11.12, 44.54], 'strord': 4} res: 0.00833
np.bool is used
Use python bool directly
This part should be updated
https://github.com/Deltares/hydromt_wflow/blob/2bf48c8fa8912519898c5d5405012be15e1d1934/hydromt_wflow/workflows/basemaps.py#L151-L162
HydroMT-Wflow version checks
Reproducible Example
Build wflow with {'subbasin': [11.12, 44.54]} or {'subbasin': [11.12, 44.54], 'strord': 4} res: 0.00833
Current behaviour
np.bool is used
Desired behaviour
Use python bool directly
Additional context
This part should be updated
https://github.com/Deltares/hydromt_wflow/blob/2bf48c8fa8912519898c5d5405012be15e1d1934/hydromt_wflow/workflows/basemaps.py#L151-L162