Skip to content

Commit

Permalink
test: increase rtol in remaining test_linearop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 24, 2024
1 parent a018f21 commit 0e5464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_linearop.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,4 @@ def test_adj_mpilinop(par):
VStack = pylops.VStack(ops=[(i + 1) * Sop for i in range(size)])
FullOp = VStack @ Fop
y_np = FullOp.H @ x_global
assert_allclose(y, y_np.flatten(), rtol=1e-12)
assert_allclose(y, y_np.flatten(), rtol=1e-9)

0 comments on commit 0e5464d

Please sign in to comment.