Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Nov 15, 2024
1 parent 775258e commit 6b11991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_euler_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def test_euler_basis_translation_correction():

tt = from_jcs_to_parent_frame(t, rot, seq)

expected_tt = np.array([1. , 1.38951922, 3.21226559])
expected_tt = np.array([1.0, 1.38951922, 3.21226559])
np.testing.assert_almost_equal(tt, expected_tt, decimal=8)

0 comments on commit 6b11991

Please sign in to comment.