Skip to content

Commit b029e00

Browse files
committed
Turn off debug output for issue 600
1 parent c50bbea commit b029e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/pytests/sli2py_mpi/test_issue_600.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from mpi_test_wrapper import MPITestAssertEqual
2424

2525

26-
@MPITestAssertEqual([1, 2, 4], debug=True)
26+
@MPITestAssertEqual([1, 2, 4], debug=False)
2727
def test_issue_600():
2828
"""
2929
Confirm that waveform relaxation works with MPI.

0 commit comments

Comments
 (0)