tsssss / geopack

Python version of geopack and Tsyganenko models
MIT License
30 stars 12 forks source link

Update geopack.py: np.float -> np.float32 #15

Closed JouleCai closed 1 year ago

JouleCai commented 1 year ago

"np.float" is deprecated after numpy v1.24.0. The function np.float is changed to np.float32.