Skip to content

Commit

Permalink
Fix Lint**4
Browse files Browse the repository at this point in the history
  • Loading branch information
ebachelet committed Sep 26, 2024
1 parent 6ad4d6a commit b0789be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyLIMA/tests/test_priors.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_all_parameters_boundaries():
(0.0, 10.0), (-1.0, 1.0), (-1, 1), (-10.0, 10.0), (-10.0, 10.0),
(-10.0, 10.0), (0.0, 6.283185307179586), (-1.5707963267948966, 1.5707963267948966),
(0.0, 1), (-0.25, 0.25), (-0.25, 0.25), (0.0, 6.283185307179586)]
breakpoint()

assert np.allclose(limits, expected)


Expand Down

0 comments on commit b0789be

Please sign in to comment.