diff --git a/bob/math/test_gsvd.py b/bob/math/test_gsvd.py index fa4a3d2bc7bbbd9041a3d28ce4758d46bae2bf05..dd8adc304f3c227139609da5217b6a10cda72be9 100644 --- a/bob/math/test_gsvd.py +++ b/bob/math/test_gsvd.py @@ -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)