Skip to content

Commit 95a82f3

Browse files
committed
[TEST] Enable image generation in marching cubes test
Switches the `image` parameter to `True` in the marching cubes test to ensure image generation is tested. This improves test coverage and better validates the functionality of the 3D plotting method.
1 parent fd3ce56 commit 95a82f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modules/test_marching_cubes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ def test_marching_cubes_implementation():
5252
gtv: gpv.GemPyToVista = gpv.plot_3d(
5353
model=model,
5454
show_data=True,
55-
image=False,
55+
image=True,
5656
show=True
5757
)

0 commit comments

Comments
 (0)