From 6b1199104f4b85a6d4444e626f7e1a0550796fd6 Mon Sep 17 00:00:00 2001 From: Ipuch Date: Fri, 15 Nov 2024 11:14:02 -0500 Subject: [PATCH] blacked --- tests/test_euler_basis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_euler_basis.py b/tests/test_euler_basis.py index 2c909530..f4403a6e 100644 --- a/tests/test_euler_basis.py +++ b/tests/test_euler_basis.py @@ -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)