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 4349faf commit 0f67ee9Copy full SHA for 0f67ee9
unittest/python/test_self_adjoint_eigen_solver.py
@@ -13,4 +13,4 @@
13
V = es.eigenvectors()
14
D = es.eigenvalues()
15
16
-assert eigenpy.is_approx(A.dot(V),V.dot(np.diag(D)))
+assert eigenpy.is_approx(A.dot(V),V.dot(np.diag(D)),1e-6)
0 commit comments