From 57a9350448e8916763398ce4296e537eaf959bc3 Mon Sep 17 00:00:00 2001 From: Thomas Bendall Date: Thu, 29 Feb 2024 15:50:06 +0000 Subject: [PATCH] set moist compressible integration-test to use 4x1 --- integration-tests/equations/test_moist_compressible.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/equations/test_moist_compressible.py b/integration-tests/equations/test_moist_compressible.py index 04e931777..44d53acf2 100644 --- a/integration-tests/equations/test_moist_compressible.py +++ b/integration-tests/equations/test_moist_compressible.py @@ -53,7 +53,8 @@ def run_moist_compressible(tmpdir): # Time stepper stepper = SemiImplicitQuasiNewton(eqn, io, transported_fields, transport_methods, - linear_solver=linear_solver) + linear_solver=linear_solver, + num_outer=4, num_inner=1) # ------------------------------------------------------------------------ # # Initial conditions