valeriupredoi / bgcval2

Package for BGCVal v2.0
3 stars 0 forks source link

np.bool is deprecated. #92

Closed ledm closed 1 year ago

ledm commented 1 year ago

np.bool is deprecated, and needs to be replaced with just bool on its own.

Error found by @tillku. Cheers!

It's only in one file here bgcval2/functions/applyLandMask.py

valeriupredoi commented 1 year ago

good call! we also need to find instances of np.int and np.float which are sitting in the same boat with np.bool :boat: