slow execution with gempy #859
-
I use GemGis and Gempy tutorials to understand their uses and functionality, but I usually have a problem when I run gp.compute_model(...) nothing happens or it takes a long time to respond. how to avoid this? |
Beta Was this translation helpful? Give feedback.
Answered by
AlexanderJuestel
Dec 30, 2023
Replies: 1 comment 7 replies
-
Hello @labriki, The runtime depends for instance on how many input data points you have and what the resolution is. A resolution of 50,50,50 cells is recommend. What are your settings and how many points do you have in your model? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try reducing the number of point and set the resolution to 50,50,50, this should reduce the computing time