Skip to content

Commit

Permalink
changing tolerance to pass numpy comparison test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilkpai committed Feb 19, 2021
1 parent ba9a33d commit 7a10647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lax_scipy_sparse_test.py
Expand Up @@ -242,7 +242,7 @@ def args_maker():
np.linalg.solve,
partial(lax_bicgstab, M=M, atol=1e-6),
args_maker,
tol=1e-5)
tol=1e-4)

@parameterized.named_parameters(jtu.cases_from_list(
{"testcase_name":
Expand Down

0 comments on commit 7a10647

Please sign in to comment.