Skip to content
Snippets Groups Projects
Commit f1b8babc authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update test_gsvd.py

parent 445a2f4e
No related branches found
No related tags found
1 merge request!20Update test_gsvd.py
Pipeline #54749 failed
......@@ -107,7 +107,7 @@ def test_svd_signal():
[ 7.04651683e-01, 7.09553332e-01, 2.73037723e-04]])
[U,S,V] = bob.math.svd(A)
nose.tools.eq_((abs(U-U_ref) < 1e-8).all(), True)
nose.tools.eq_((abs(U-U_ref) < 1e-7).all(), True)
svd_relations(A)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment