Skip to content

Commit 4cbe235

Browse files
committed
[WIP] Proper implementation of plotting the transformed surfaces
1 parent 5beeda3 commit 4cbe235

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/test_modules/.benchmarks/test_transformed_space.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import gempy as gp
2-
from gempy import optional_dependencies
32
from gempy.core.data.enumerators import ExampleModel
4-
from gempy.modules.data_manipulation.engine_factory import interpolation_input_from_structural_frame
53
from gempy.optional_dependencies import require_gempy_viewer
64

75
PLOT = True
@@ -18,7 +16,7 @@ def test_plot_transformed_data():
1816
model,
1917
image=True,
2018
transformed_data=False,
21-
show_boundaries=False,
19+
show_boundaries=True,
2220
show_lith=True,
2321
kwargs_plot_data={
2422
'arrow_size': 10
@@ -29,7 +27,7 @@ def test_plot_transformed_data():
2927
model,
3028
image=False,
3129
transformed_data=True,
32-
show_boundaries=False,
30+
show_boundaries=True,
3331
show_lith=True,
3432
kwargs_plot_data={
3533
'arrow_size': .01

0 commit comments

Comments
 (0)