Skip to content

Commit

Permalink
DEBUG: unit test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Oct 15, 2024
1 parent 8ae327e commit ebff79b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drizzle/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ def test_estimate_pixel_scale_ratio():
assert abs(l2 - 6.027145369226525) < 1e-14
assert abs(l3 - 6.027121442811089) < 1e-14
assert abs(l4 - 6.027115443398036) < 1e-14
assert abs(phi1 - -72.08350635208977) < 1e-14
assert abs(phi2 - -72.08349970262996) < 1e-14
assert abs(phi3 - -72.08349683404813) < 1e-14
assert abs(phi4 - -72.08350348350724) < 1e-14
assert abs(phi1 - -72.08350635208977) < 1e-13
assert abs(phi2 - -72.08349970262996) < 1e-13
assert abs(phi3 - -72.08349683404813) < 1e-13
assert abs(phi4 - -72.08350348350724) < 1e-13

pscale = estimate_pixel_scale_ratio(w, w, w.wcs.crpix, (0, 0))

Expand Down

0 comments on commit ebff79b

Please sign in to comment.