Skip to content

Commit b688ac8

Browse files
committed
test 3d
1 parent fb0c827 commit b688ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/warmth3d/test_3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@pytest.mark.mpi
1212
def test_3d_compare():
1313
comm = MPI.COMM_WORLD
14-
inc = 5000
14+
inc = 3000
1515
model_pickled = f"model-out-inc_{inc}.p"
1616
if comm.rank == 0 and not os.path.isfile(model_pickled):
1717
global runtime_1D_sim

0 commit comments

Comments
 (0)