File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
7
7
def test_subduction ():
8
- data_path = os .path .abspath ('../../ examples' )
8
+ data_path = os .path .abspath ('../examples' )
9
9
10
10
geo_model : gp .data .GeoModel = gp .create_geomodel (
11
11
project_name = 'Onlap_relations' ,
@@ -58,7 +58,7 @@ def test_subduction():
58
58
59
59
# %%
60
60
from gempy_engine .core .data .options import MeshExtractionMaskingOptions
61
- geo_model .interpolation_options .mesh_extraction_masking_options = MeshExtractionMaskingOptions .INTERSECT
61
+ geo_model .interpolation_options .evaluation_options . mesh_extraction_masking_options = MeshExtractionMaskingOptions .INTERSECT
62
62
s = gp .compute_model (geo_model )
63
63
64
64
gpv .plot_2d (geo_model )
@@ -68,14 +68,14 @@ def test_subduction():
68
68
model = geo_model ,
69
69
show_surfaces = True ,
70
70
show_data = True ,
71
- image = True ,
71
+ image = False ,
72
72
show_topography = True ,
73
73
kwargs_plot_structured_grid = {'opacity' : 0.1 }
74
74
)
75
75
76
76
# %%
77
77
# ! White are True, black are False
78
- if False :
78
+ if True :
79
79
p = gpv .plot_2d (
80
80
model = geo_model ,
81
81
cell_number = 2 ,
You can’t perform that action at this time.
0 commit comments