Skip to content

Commit 089e975

Browse files
committed
loosen bicg test tol
1 parent 4c14724 commit 089e975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_BicgJacobi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import scipy.sparse as sp
55
import pytest
66

7-
TOL = 2e-6
7+
TOL = 1e-5
88

99
@pytest.fixture()
1010
def test_mat_data():

0 commit comments

Comments
 (0)