Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Nov 22, 2024
1 parent c7738f0 commit f495c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/hats/pixel_math/test_healpix_shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def test_order2resol():

def test_order2resol_arcmin():
orders = [0, 1, 5, 10, 20, 29]
nsides = [2**x for x in orders]
resol_expected = [np.rad2deg(np.sqrt(hps.order2pixarea(order))) * 60 for order in orders]
resol_test = [hps.order2resol(order, arcmin=True) for order in orders]
assert resol_test == resol_expected
Expand Down

0 comments on commit f495c43

Please sign in to comment.