File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/test_modules/.benchmarks Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
import gempy as gp
2
- from gempy import optional_dependencies
3
2
from gempy .core .data .enumerators import ExampleModel
4
- from gempy .modules .data_manipulation .engine_factory import interpolation_input_from_structural_frame
5
3
from gempy .optional_dependencies import require_gempy_viewer
6
4
7
5
PLOT = True
@@ -18,7 +16,7 @@ def test_plot_transformed_data():
18
16
model ,
19
17
image = True ,
20
18
transformed_data = False ,
21
- show_boundaries = False ,
19
+ show_boundaries = True ,
22
20
show_lith = True ,
23
21
kwargs_plot_data = {
24
22
'arrow_size' : 10
@@ -29,7 +27,7 @@ def test_plot_transformed_data():
29
27
model ,
30
28
image = False ,
31
29
transformed_data = True ,
32
- show_boundaries = False ,
30
+ show_boundaries = True ,
33
31
show_lith = True ,
34
32
kwargs_plot_data = {
35
33
'arrow_size' : .01
You can’t perform that action at this time.
0 commit comments