Skip to content

Commit f954538

Browse files
committed
[ENH] Enable image display in subduction model test
This change enables the display of images during the execution of the subduction model tests by setting the 'image' parameter to True. This will aid in visual debugging and demonstrate the output of the model test.
1 parent db368f7 commit f954538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_model_types/test_subduction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_subduction():
7070
model=geo_model,
7171
show_surfaces=True,
7272
show_data=True,
73-
image=False,
73+
image=True,
7474
show_topography=True,
7575
kwargs_plot_structured_grid={'opacity': 0.1}
7676
)

0 commit comments

Comments
 (0)