We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0c827 commit b688ac8Copy full SHA for b688ac8
tests/warmth3d/test_3d.py
@@ -11,7 +11,7 @@
11
@pytest.mark.mpi
12
def test_3d_compare():
13
comm = MPI.COMM_WORLD
14
- inc = 5000
+ inc = 3000
15
model_pickled = f"model-out-inc_{inc}.p"
16
if comm.rank == 0 and not os.path.isfile(model_pickled):
17
global runtime_1D_sim
0 commit comments