Skip to content

Commit 1a321ac

Browse files
committed
Added comment
1 parent 7467807 commit 1a321ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pySDC/tests/test_hooks/test_log_to_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,6 @@ def test_restart(tmpdir, ODE=True):
165165
@pytest.mark.mpi4py
166166
@pytest.mark.mpi(ranks=[1, 4])
167167
def test_loggingMPI(tmpdir, comm, mpi_ranks):
168+
# `mpi_ranks` is a pytest fixture required by pytest-isolate-mpi. Do not remove.
168169
tmpdir = comm.bcast(tmpdir)
169170
test_logging(tmpdir, False, False)

0 commit comments

Comments
 (0)