Skip to content

Commit

Permalink
Shorter test to understand what the matter is with the pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
lperier committed Dec 5, 2024
1 parent 8bebfc1 commit df5452d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions satpy/tests/reader_tests/test_geos_netcdficare.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -77,21 +77,22 @@ 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'])
self.values = self.scn.values()
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...
# ----------------------------------------------------- #
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit df5452d

Please sign in to comment.