Skip to content

Commit

Permalink
Remove copy-paste comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Nov 2, 2023
1 parent 5b2cbc3 commit dd2c879
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions satpy/tests/compositor_tests/test_spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ def test_ndvi_hybrid_green_dtype(self):
with dask.config.set(scheduler=CustomScheduler(max_computes=1)):
comp = NDVIHybridGreen("ndvi_hybrid_green", limits=(0.15, 0.05), prerequisites=(0.51, 0.65, 0.85),

Check warning on line 116 in satpy/tests/compositor_tests/test_spectral.py

View check run for this annotation

Codecov / codecov/patch

satpy/tests/compositor_tests/test_spectral.py#L115-L116

Added lines #L115 - L116 were not covered by tests
standard_name="toa_bidirectional_reflectance")

# Test General functionality with linear strength (=1.0)
res = comp((self.c01, self.c02, self.c03)).compute()
assert res.data.dtype == np.float32

Check warning on line 119 in satpy/tests/compositor_tests/test_spectral.py

View check run for this annotation

Codecov / codecov/patch

satpy/tests/compositor_tests/test_spectral.py#L118-L119

Added lines #L118 - L119 were not covered by tests

Expand Down

0 comments on commit dd2c879

Please sign in to comment.