Skip to content

Commit 22b493b

Browse files
committed
fix: put 3D plot flag back to false
1 parent aeb8066 commit 22b493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_007_mpi_lossy_cavity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# mpiexec -n 2 python -m pytest --color=yes -v -s tests/test_007_mpi_lossy_cavity.py
2121

2222
# Turn true when running local
23-
flag_plot_3D = True
23+
flag_plot_3D = False
2424

2525
@pytest.mark.slow
2626
class TestMPILossyCavity:

0 commit comments

Comments
 (0)