Skip to content

Commit f7128cf

Browse files
committed
[TEST] Update 3D plot test with fixed ve and transformed data
Modified the `ve` value to a fixed scale of 1. and enabled `transformed_data` in the 3D plot test for better coverage.
1 parent 1908f28 commit f7128cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_private/test_terranigma/test_2025_2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ def test_2025_2():
122122

123123
gpv.plot_3d(
124124
model=geo_model,
125-
ve=proper_rescale,
125+
ve=1.,
126126
show_lith=True,
127127
image=True,
128128
kwargs_pyvista_bounds={
129129
'show_xlabels': False,
130130
'show_ylabels': False,
131131
'show_zlabels': False,
132132
},
133+
transformed_data=True
133134
)
134135

135136

0 commit comments

Comments
 (0)