Skip to content

Commit

Permalink
Merge branch 'main' into jp3598
Browse files Browse the repository at this point in the history
  • Loading branch information
penaguerrero authored Oct 2, 2024
2 parents be9fa39 + c8ea68c commit 01425b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwst/coron/tests/test_coron.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def test_align_array():
]
)

npt.assert_allclose(aligned, truth_aligned, atol=1e-5)
npt.assert_allclose(shifts, truth_shifts, atol=1e-5)
npt.assert_allclose(aligned, truth_aligned, atol=1e-4, rtol=1e-5)
npt.assert_allclose(shifts, truth_shifts, atol=1e-4, rtol=1e-5)


def test_align_models():
Expand Down

0 comments on commit 01425b4

Please sign in to comment.