Skip to content

Commit

Permalink
Merge branch 'add-arctic-weather-satelliter-l1b-reader' of github.com…
Browse files Browse the repository at this point in the history
…:adybbroe/satpy into add-arctic-weather-satelliter-l1b-reader
  • Loading branch information
Adam.Dybbroe committed Dec 19, 2024
2 parents 62c3b36 + 1e49dd5 commit 7815186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/readers/mwr_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from .netcdf_utils import NetCDF4FileHandler

MWR_CHANNEL_NAMES = list(str(i) for i in range(1, 20))
MWR_CHANNEL_NAMES = [str(i) for i in range(1, 20)]

NAVIGATION_DATASET_NAMES = ["satellite_zenith_horn1",
"satellite_zenith_horn2",
Expand Down

0 comments on commit 7815186

Please sign in to comment.