From b688ac81cce495bfe4b48add6a2713b122a57703 Mon Sep 17 00:00:00 2001 From: Adam Cheng <52572642+adamchengtkc@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:41:40 +0000 Subject: [PATCH] test 3d --- tests/warmth3d/test_3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/warmth3d/test_3d.py b/tests/warmth3d/test_3d.py index c3684b9..a1efe76 100644 --- a/tests/warmth3d/test_3d.py +++ b/tests/warmth3d/test_3d.py @@ -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