Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdawn committed Jan 2, 2025
1 parent 45f7774 commit 7369fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/tests/reader_tests/test_viirs_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ def test_scale_factor_and_offset_update(self):
make_dataid(name="I04", calibration="radiance"),
])
for v in datasets.values():
assert ('scale_factor' not in v.attrs)
assert ('add_offset' not in v.attrs)
assert ("scale_factor" not in v.attrs)
assert ("add_offset" not in v.attrs)


class TestVIIRSL1BReaderDayNight(TestVIIRSL1BReaderDay):
Expand Down

0 comments on commit 7369fa5

Please sign in to comment.