Skip to content

Commit 0e5464d

Browse files
committed
test: increase rtol in remaining test_linearop
1 parent a018f21 commit 0e5464d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_linearop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,4 @@ def test_adj_mpilinop(par):
351351
VStack = pylops.VStack(ops=[(i + 1) * Sop for i in range(size)])
352352
FullOp = VStack @ Fop
353353
y_np = FullOp.H @ x_global
354-
assert_allclose(y, y_np.flatten(), rtol=1e-12)
354+
assert_allclose(y, y_np.flatten(), rtol=1e-9)

0 commit comments

Comments
 (0)