Skip to content

Commit 7de35b3

Browse files
committed
test: relax
1 parent 7b489df commit 7de35b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unittest/python/test_MINRES.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
X = np.random.rand(dim,20)
1414
B = A.dot(X)
1515
X_est = minres.solve(B)
16-
assert eigenpy.is_approx(X,X_est)
1716
assert eigenpy.is_approx(A.dot(X_est),B)

0 commit comments

Comments
 (0)