Skip to content

Commit

Permalink
increase test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Sep 16, 2024
1 parent c780734 commit bc21b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protein/tensor/test_angles.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_torsion_to_rad():

delta = ((delta + 2 * np.pi) / np.pi) % 2
np.testing.assert_allclose(
delta, torch.zeros_like(delta), atol=1e-4, rtol=1e-4
delta, torch.zeros_like(delta), atol=1e-3, rtol=1e-3
)


Expand Down

0 comments on commit bc21b9c

Please sign in to comment.