Skip to content

Commit

Permalink
Fix typo in MERSI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrp84 committed Feb 21, 2024
1 parent c986144 commit ed751f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_mersi_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def test_rad_calib(self):
ds_ids.append(make_dataid(name=band_name, calibration="radiance"))
res = reader.load(ds_ids)
assert len(res) == 5
for band name in band_names:
for band_name in band_names:
assert res[band_name].shape == (20, 4096)
assert res[band_name].attrs["calibration"] == "radiance"
assert res[band_name].attrs["units"] == "mW/ (m2 cm-1 sr)"

0 comments on commit ed751f8

Please sign in to comment.