-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'STARTING_RANGE' due to expired numpy.float/int
deprecation
#927
Comments
I could think of 1) isce2 and mintpy are not installed in the same environment, or 2) the recently expired numpy.int/float deprecation #934. Updating your code to the latest development version is recommended. Could you re-try? |
Ok.
On the other hand a mintpy 1.5 upgrade with python3.10 and numpy1.24 gives the error: AttributeError: module 'numpy' has no attribute 'float'. Did you mean: 'cfloat'? Finally using Mintpy1.4.1 I downgraded the python version to 3.8.13 with numpy 1.23.3 and got nice results. Thanks and Merry Christmas. |
numpy.float/int
deprecation
Thanks @marcontk. This confirms the error is due to the use of expired We will cut a new release of mintpy soon after the holiday break, to fix this issue in the released version. |
It seems the problem is an incompatibility with |
The newly released version 1.5.1 is now available on the |
Description of the problem
I performed this process in isce2 and then used smallbaselineapp.py on MacOS for one month period, with zero errors. I repeated the same experiment on Linux, the difference from the previous experiment is that I used a longer time window (several months) and got the error below. What can it be?
Full script that generated the error
Full error message
System information
LebuConsSenDT156.txt
The text was updated successfully, but these errors were encountered: