File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,14 @@ def test_outliers_model_1():
35
35
# Set the relation of the youngest group to Onlap
36
36
from gempy_engine .core .data .stack_relation_type import StackRelationType
37
37
model .structural_frame .structural_groups [0 ].structural_relation = StackRelationType .ONLAP
38
+
39
+ model .interpolation_options .sigmoid_slope = 5_000_000
38
40
39
41
# Compute a solution for the model
40
42
gp .compute_model (
41
43
gempy_model = model ,
42
44
engine_config = gp .data .GemPyEngineConfig (
43
- backend = gp .data .AvailableBackends .PYTORCH
45
+ backend = gp .data .AvailableBackends .numpy
44
46
)
45
47
)
46
48
@@ -52,7 +54,7 @@ def test_outliers_model_1():
52
54
gpv = require_gempy_viewer ()
53
55
gpv .plot_2d (
54
56
model = model ,
55
- show_data = False ,
57
+ show_data = True ,
56
58
show_boundaries = False ,
57
59
show = True
58
60
)
You can’t perform that action at this time.
0 commit comments