HydroclimateExtremesGroup / RainyDay

MIT License
0 stars 0 forks source link

Please replace instances of np.int and np.float #4

Open danielbwright opened 2 months ago

danielbwright commented 2 months ago

Newer versions of numpy will throw errors with np.int() and np.float(). Please replace all instances (it isn't a large number) in both the main code and utilities with np.int16() and np.float32(). This will only take a few minutes.

Ashar25 commented 2 weeks ago

This looks solved 🤔