diff --git a/satpy/tests/reader_tests/test_geos_netcdficare.py b/satpy/tests/reader_tests/test_geos_netcdficare.py index 992971f44c..f0157e6ec3 100644 --- a/satpy/tests/reader_tests/test_geos_netcdficare.py +++ b/satpy/tests/reader_tests/test_geos_netcdficare.py @@ -52,7 +52,7 @@ class TestGeosNetcdfIcareReader() : # Test of the geos_netcdficare reader. # This reader has been build for the Icare Meteo France netcdfs. - + ''' def test_mtg_netcdficare(self, tmp_path) : """ A dummy netcdf is built. A scene self.scn for the nir_16 product for the same date @@ -77,7 +77,7 @@ def test_msg_netcdficare(self, tmp_path) : self.values = self.scn.values() self.checkingSceneParameter("convection") # test_msg_netcdficare() - + ''' def test_hima_netcdficare(self, tmp_path) : self.initHima(tmp_path) self.scn.load(['B10']) @@ -85,13 +85,14 @@ def test_hima_netcdficare(self, tmp_path) : self.checkingSceneParameter("B10") # test_hima_netcdficare() + ''' def test_goesr_netcdficare(self, tmp_path) : self.initGoesr(tmp_path) self.scn.load(['C02']) self.values = self.scn.values() self.checkingSceneParameter("C02") # test_goesr_netcdficare() - + ''' # ----------------------------------------------------- # # typeImage : convection, airmass... # ----------------------------------------------------- # @@ -356,7 +357,7 @@ def initMtg(self, tmp_path) : listVisible=listVisible, listIR={"IR_038", "IR_105"}, coordinateSystemName="GeosCoordinateSystem1km", nomImageNavigation="ImageNavigation1km", - nomX="X1km", nomY="Y1km", time_coverage_end="2024-06-28T10:08:41Z365") + nomX="X1km", nomY="Y1km", time_coverage_end="2024-06-28T10:08:41Z") # We will check that the parameters written in the dummy netcdf # can be read.