Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Aug 21, 2024
1 parent de2e83a commit 72c0f72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imap_processing/tests/spice/test_pointing_frame_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def et_times(ck_kernel, kernels):
return et_times


# @pytest.mark.xfail(reason="Will fail unless kernels in pointing_frame/test_data.")
def test_get_et_times(kernels, ck_kernel):
"""Tests get_et_times function."""

Expand All @@ -83,7 +82,6 @@ def test_get_et_times(kernels, ck_kernel):
assert len(et_times) == 57600


# @pytest.mark.xfail(reason="Will fail unless kernels in pointing_frame/test_data.")
def test_average_quaternions(et_times, kernels):
"""Tests average_quaternions function."""

Expand All @@ -95,7 +93,6 @@ def test_average_quaternions(et_times, kernels):
np.testing.assert_allclose(q_avg, q_avg_expected, atol=1e-1)


# @pytest.mark.xfail(reason="Will fail unless kernels in pointing_frame/test_data.")
def test_create_rotation_matrix(et_times, kernels):
"""Tests create_rotation_matrix function."""

Expand All @@ -113,7 +110,6 @@ def test_create_rotation_matrix(et_times, kernels):
np.testing.assert_allclose(rotation_matrix, rotation_matrix_expected, atol=1e-4)


# @pytest.mark.xfail(reason="Will fail unless kernels in pointing_frame/test_data.")
def test_create_pointing_frame(monkeypatch, kernel_path, ck_kernel):
"""Tests create_pointing_frame function."""
monkeypatch.setenv("EFS_MOUNT_PATH", str(kernel_path))
Expand Down

0 comments on commit 72c0f72

Please sign in to comment.