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 a09c484 commit a390975Copy full SHA for a390975
tests/la/test_subspaces.py
@@ -52,10 +52,10 @@ def test_smallest_principal_angles():
52
assert_allclose(o, angles)
53
angles = subspaces.smallest_principal_angles_rad_jit(lst)
54
# allow for 32-bit floating point errors
55
- assert_allclose(z, angles, atol=1e-2)
+ assert_allclose(z, angles, atol=1e-1)
56
angles = subspaces.smallest_principal_angles_deg_jit(lst)
57
58
59
60
61
def test_project_to_subspace():
0 commit comments