We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a018f21 commit 0e5464dCopy full SHA for 0e5464d
tests/test_linearop.py
@@ -351,4 +351,4 @@ def test_adj_mpilinop(par):
351
VStack = pylops.VStack(ops=[(i + 1) * Sop for i in range(size)])
352
FullOp = VStack @ Fop
353
y_np = FullOp.H @ x_global
354
- assert_allclose(y, y_np.flatten(), rtol=1e-12)
+ assert_allclose(y, y_np.flatten(), rtol=1e-9)
0 commit comments