Skip to content

Commit

Permalink
Remove mod from the single band compositor test
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Sep 28, 2019
1 parent 18f8437 commit 3987683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion satpy/tests/compositor_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ def test_call(self):
self.assertTrue('calibration' in res.attrs)
self.assertFalse('modifiers' in res.attrs)
self.assertEqual(res.attrs['wavelength'], 10.8)
self.assertEqual(res.attrs['mode'], 'L')
self.assertEquals(res.attrs['resolution'], 333)


Expand Down

0 comments on commit 3987683

Please sign in to comment.