You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @pbrotoisworo for the bug report and proposed fix. np.float128 is not really used anywhere in the mintpy code, so there is no issue with removing it. But I prefer the replacement to np.longdouble solution, to remind us of this issue and for future reference. Could you issue a PR for your fix?
I just updated my MintPy and now I have this error where NumPy has no attribute
float128
.It comes from this line:
MintPy/mintpy/objects/coord.py
Line 89 in d2727e0
I looked into it and it seems that float128 is not supported on Windows OS. I removed
np.float128
from the line and my analysis works with no error.See related Github issue from other repo for reference: winpython/winpython#613
If precision is still required up to float128 then here is a possible solution: quantumlib/Cirq#1511 (comment)
The text was updated successfully, but these errors were encountered: