ciaranbe / pyIGRF

Python 3.7 code for generating spot values for International Geomagnetic Reference Field 13th generation
Other
9 stars 4 forks source link

Replace deprecated np.int and np.float #5

Closed willjbrown88 closed 2 months ago

willjbrown88 commented 4 months ago

Using python 3.12.3 and numpy 1.16.4.

Replaced two deprecated numpy calls with internals: np.int is now int; np.float is now float