Artelys / geonetworkx

Python tools for geographic graphs
MIT License
34 stars 4 forks source link

fix: Replace numpy asscalar (deprecated since numpy>=1.16) #11

Open bentriom opened 6 months ago

bentriom commented 6 months ago

Replace numpy.asscalar with numpy.ndarray.item