Skip to content

Commit

Permalink
Fix enhancement test now that the crefl enh has been reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 17, 2018
1 parent 2854ee9 commit ae30c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/test_enhancements.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_three_d_effect(self):
def test_crefl_scaling(self):
from satpy.enhancements import crefl_scaling
expected = np.array([[
[np.nan, 0., np.nan, 0.44378, 0.631734],
[np.nan, 0., 0., 0.44378, 0.631734],
[0.737562, 0.825041, 0.912521, 1., 1.]]])
self._test_enhancement(crefl_scaling, self.ch2, expected, idx=[0., 25., 55., 100., 255.],
sc=[0., 90., 140., 175., 255.])
Expand Down

0 comments on commit ae30c4f

Please sign in to comment.