Skip to content

Commit ec2cfbe

Browse files
committed
Loosen tolerance for hypre3d test
It seems something changed, that make hypre be less precise
1 parent 35206d4 commit ec2cfbe

File tree

1 file changed

+1
-1
lines changed
  • tests/integrated/test-laplace-hypre3d

1 file changed

+1
-1
lines changed

tests/integrated/test-laplace-hypre3d/runtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_directories = [
1313
("data_circular_core-sol", 1),
1414
]
1515

16-
tolerance = 1.0e-6
16+
tolerance = 1.0e-4
1717

1818
build_and_log("Laplace 3D with Hypre")
1919

0 commit comments

Comments
 (0)