Skip to content

Commit

Permalink
Update test_rad.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana authored Mar 15, 2024
1 parent 9cb56c8 commit d34c70e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_rad.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ def test_goesReflectance(setup_session):
# run goesReflectance()
Ref = go.rad.goesReflectance(rad, kappa)
assert Ref == 0.24755792572951874
#
#


def test_abi_radiance_wavenumber_to_wavelength(setup_session):
for goes in [16,17,18]:
for channel in range(16):
channel += 1 # add 1 so we get channel numbers 1 through 16 (rather than 0 through 15)
rad_wl = radiance_wavenumber_to_wavelength(goes, channel, rad_wn)
print(rad_wl)
channel += 1 # add 1 so we get channel numbers 1 through 16 (rather than 0 through 15)
rad_wl = radiance_wavenumber_to_wavelength(goes, channel, rad_wn)
print(rad_wl)
assert 0


0 comments on commit d34c70e

Please sign in to comment.