pysal / spglm

SParse Generalized Linear Models (spglm)
https://pysal.org/spglm/
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

fix the deprecated type: np.float #33

Closed ghost closed 1 year ago

ghost commented 1 year ago

In spglm/iwls.py:111, np.float needs to change to np.float64 when using numpy≥1.20

Ziqi-Li commented 1 year ago

This has been fixed in #32, could you update your spglm based on the latest from GitHub.