Septima / malstroem

Tools for screening of bluespots and water flow between bluespots. Fork of original SDFE repository
Other
7 stars 4 forks source link

Update code to handle deprecation of numpy.int #35

Closed sindre-skb closed 3 months ago

sindre-skb commented 7 months ago

From numpy version 1.20, the numpy.int type is deprecated and we suggest replacing it with numpy.int32 or numpy.int64 where appropriate.