GEUS-Glaciology-and-Climate / pyNEAD

Python interface for NEAD file format
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Fix numpy float #11

Closed BaptisteVandecrux closed 1 year ago

BaptisteVandecrux commented 1 year ago

np.float and np.intare deprecated. Replaced by floatand int.