nasa-jpl / autoRIFT

A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
Apache License 2.0
212 stars 52 forks source link

Update data type definitions for numpy>1.20 #88

Closed benhills closed 1 year ago

benhills commented 1 year ago

This is a very minor pull request. I am in the Earthscope ISCE class this week and had an issue running autoRIFT so made the changes in this commit.

All versions of numpy after 1.20 officially deprecated data types: np.bool np.int

Not sure if there is a more appropriate branch to merge into.