Skip to content

Commit 13d4c6f

Browse files
j-c-cgarrettwrong
authored andcommitted
Increase FLE test tolerance to 30%
1 parent 1e33ea9 commit 13d4c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_FLEbasis2D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class TestFLEBasis2D(UniversalBasisMixin):
7676
if backend_available("cufinufft"):
7777
test_eps = 1.15
7878
elif platform.system() == "Darwin":
79-
test_eps = 1.20
79+
test_eps = 1.30
8080

8181
# check closeness guarantees for fast vs dense matrix method
8282
def testFastVDense_T(self, basis):

0 commit comments

Comments
 (0)