Skip to content

Commit fa3bad1

Browse files
updating residual custom_source_buoyancy
1 parent 2e0dcfe commit fa3bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ def main():
14881488
pywrapper_buoyancy.cfg_dir = "py_wrapper/custom_source_buoyancy"
14891489
pywrapper_buoyancy.cfg_file = "lam_buoyancy_cavity.cfg"
14901490
pywrapper_buoyancy.test_iter = 0
1491-
pywrapper_buoyancy.test_vals = [-17.746018, -17.462127, -17.428851, -12.260605]
1491+
pywrapper_buoyancy.test_vals = [-11.864224, -12.149668, -3.539309, -6.119375]
14921492
pywrapper_buoyancy.test_vals_aarch64 = [-17.746018, -17.460693, -17.430708, -12.260624]
14931493
pywrapper_buoyancy.command = TestCase.Command("mpirun -np 2", "python", "run.py")
14941494
test_list.append(pywrapper_buoyancy)

0 commit comments

Comments
 (0)