Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
15 stars 13 forks source link

Remove deprecated np.bool from basemaps workflow #261

Closed hboisgon closed 3 months ago

hboisgon commented 4 months ago

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