Skip to content

Commit

Permalink
test 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Aug 16, 2024
1 parent fb0c827 commit b688ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/warmth3d/test_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@pytest.mark.mpi
def test_3d_compare():
comm = MPI.COMM_WORLD
inc = 5000
inc = 3000
model_pickled = f"model-out-inc_{inc}.p"
if comm.rank == 0 and not os.path.isfile(model_pickled):
global runtime_1D_sim
Expand Down

0 comments on commit b688ac8

Please sign in to comment.