We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcae99e commit 9d23c9fCopy full SHA for 9d23c9f
test/test_model_types/test_subduction.py
@@ -58,7 +58,9 @@ def test_subduction():
58
59
# %%
60
from gempy_engine.core.data.options import MeshExtractionMaskingOptions
61
- geo_model.interpolation_options.evaluation_options.mesh_extraction_masking_options = MeshExtractionMaskingOptions.INTERSECT
+ from gempy_engine.core.data.options import EvaluationOptions
62
+ evaluation_options: EvaluationOptions = geo_model.interpolation_options.evaluation_options
63
+ evaluation_options.mesh_extraction_masking_options = MeshExtractionMaskingOptions.INTERSECT
64
s = gp.compute_model(geo_model)
65
66
gpv.plot_2d(geo_model)
0 commit comments