Skip to content

Commit

Permalink
Merge pull request #200 from bnubald/192_sic_date_fix
Browse files Browse the repository at this point in the history
Fixes #192: Issue running icenet_data_sic with 2020 date range
  • Loading branch information
bnubald authored Nov 23, 2023
2 parents 5b5ff17 + 15e0902 commit 1ec692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icenet/data/sic/osisaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def download(self):

cache = {}
osi430b_start = dt.date(2016, 1, 1)
osi430a_start = dt.date(2018, 11, 18)
osi430a_start = dt.date(2021, 1, 1)

dt_arr = list(reversed(sorted(copy.copy(self._dates))))

Expand Down

0 comments on commit 1ec692c

Please sign in to comment.