ASFHyP3 / hyp3-lib

Common library for HyP3 plugins
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Update numpy types to be compatible with v1.24+ #271

Open jhkennedy opened 10 months ago

jhkennedy commented 10 months ago

numpy.int, used in get_dem.py and possibly elsewhere, was deprecated in v1.20 and removed in v1.24. This causes tests to fail when using numpy>=1.24 See: