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
The error message is: ValueError: all inc values must be in range 0 <= inc < 180. Upon checking, I found that all the inc values are -0.000001.
I tried manually correcting the negative values in the inc column, or deep copying the data survey_df, but neither approach resolved the issue.
I'm guessing that the problem might occur during the data processing inside the Survey.from_df().
Any guidance or possible solutions would be greatly appreciated. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
When I was running a case study using GemPy, an error occurred in the section related to the subsurface function. The original case can be found here: https://docs.gempy.org/examples/real/mik.html#sphx-glr-examples-real-mik-py.
The error message is: ValueError: all inc values must be in range 0 <= inc < 180. Upon checking, I found that all the inc values are -0.000001.
I tried manually correcting the negative values in the inc column, or deep copying the data survey_df, but neither approach resolved the issue.
I'm guessing that the problem might occur during the data processing inside the Survey.from_df().
Any guidance or possible solutions would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions