pesekon2 / grass

GRASS GIS - free and open source Geographic Information System (GIS)
https://grass.osgeo.org
Other
0 stars 0 forks source link

[Bug] np.int0 deprecated #15

Closed pesekon2 closed 1 year ago

pesekon2 commented 1 year ago

/home/ondrej/workspace/grass/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/raster/buffer.py:7: DeprecationWarning: np.int0 is a deprecated alias for np.intp. (Deprecated NumPy 1.24) CELL = tuple([getattr(np, attr) for attr in _CELL if hasattr(np, attr)])