Skip to content

Commit

Permalink
Black style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Mar 1, 2023
1 parent b174258 commit 7f587bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ska_sun/tests/test_sun.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
]
)


@pytest.mark.parametrize("pitch, rolldev", exp_pitch_rolldev)
def test_allowed_rolldev(pitch, rolldev):

# Test array of pitchs and allowed roll dev
assert np.isclose(allowed_rolldev(pitch), rolldev)

Expand Down

0 comments on commit 7f587bb

Please sign in to comment.