Skip to content
Snippets Groups Projects
Commit f0524fa3 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

improved type annotations

parent 60547c16
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ class ReadData(CollectInputs):
return rad_data
def preprocess_viirs(
self, geo_data: xr.Dataset, viirs: xr.Dataset, hires_data: xr.Dataset = None
self, geo_data: xr.Dataset, viirs: xr.Dataset, hires_data: xr.Dataset | None = None
) -> xr.Dataset:
"""Create band combinations that are used by some spectral tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment