mdbartos / pysheds

:earth_americas: Simple and fast watershed delineation in python.
GNU General Public License v3.0
702 stars 188 forks source link

Use bool_ instead of bool8 (deprecated). #245

Closed groutr closed 4 months ago

groutr commented 5 months ago

Fixes deprecation warnings from numpy when using pysheds.

DeprecationWarning: `np.bool8` is a deprecated alias for `np.bool_`.  (Deprecated NumPy 1.24)
mdbartos commented 4 months ago

Looks good to me!