Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed Sep 19, 2024
1 parent 097a655 commit 9e3b342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/tests/reader_tests/modis_tests/test_modis_l3_mcd12q1.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def test_metadata(self, modis_l3_nasa_mcd12q1_file):
scene = Scene(reader="mcd12q1", filenames=modis_l3_nasa_mcd12q1_file)
ds_name = "LC_Type2"
scene.load([ds_name])
assert scene[ds_name].attrs['area'].description == 'Tiled sinusoidal L3 MODIS area'
assert scene[ds_name].attrs['sensor'] == 'modis'
assert scene[ds_name].attrs["area"].description == "Tiled sinusoidal L3 MODIS area"
assert scene[ds_name].attrs["sensor"] == "modis"

def test_scene_available_datasets(self, modis_l3_nasa_mcd12q1_file):
"""Test that datasets are available."""
Expand Down

0 comments on commit 9e3b342

Please sign in to comment.