Skip to content

Commit

Permalink
Ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jul 18, 2024
1 parent 9b0a945 commit 410ce78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions find_attitude/tests/test_find_attitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ def test_overlapping_distances(tolerance=3.0):
check_output(solutions, stars, ra, dec, roll)


def _test_random(
n_iter=1, sigma_1axis=0.4, sigma_mag=0.2, brightest=True
):
def _test_random(n_iter=1, sigma_1axis=0.4, sigma_mag=0.2, brightest=True):
np.random.seed(0)
for _ in range(n_iter):
global ra, dec, roll, stars, agasc_id_star_maps, g_geom_match, g_dist_match
Expand Down

0 comments on commit 410ce78

Please sign in to comment.