diff --git a/satpy/tests/test_multiscene.py b/satpy/tests/test_multiscene.py index 4b50667028..6d401c1ed6 100644 --- a/satpy/tests/test_multiscene.py +++ b/satpy/tests/test_multiscene.py @@ -457,4 +457,3 @@ def test_timeseries(self): self.assertIsInstance(res2, xr.DataArray) self.assertTupleEqual((2, self.ds1.shape[0], self.ds1.shape[1]), res.shape) self.assertTupleEqual((self.ds3.shape[0], self.ds3.shape[1]+self.ds4.shape[1]), res2.shape) -