Forward modelling causes NumPy FileNotFoundError #909
Unanswered
AlexanderJuestel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is more like a discussion than a bug report.
Since the old modification methods such as
modify_orientations
for probabilistic modeling do not work in GemPy 3 anymore, I have just set up afor
loop that creates completely new models with new input data sets (the easiest way for me now instead of digging too deep into the new GemPy API). However, after about 400 iterations, I am getting the following error, which I could reproduce on another machine in a fresh environment.It is attributed to some NumPy Error. I have no idea if NumPy is saving some temporary files or so...
Happy to discuss some solutions here.
Beta Was this translation helpful? Give feedback.
All reactions