Skip to content

Commit

Permalink
Updating valid_dates
Browse files Browse the repository at this point in the history
  • Loading branch information
joyvelasquez committed Dec 11, 2024
1 parent 54886d6 commit ba9b77e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xrtpy/response/tests/test_effective_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
datetime(year=2020, month=9, day=23, hour=22, minute=1, second=1),
datetime(year=2021, month=9, day=23, hour=22, minute=1, second=1),
datetime(year=2022, month=9, day=23, hour=22, minute=1, second=1),
datetime(year=2023, month=9, day=23, hour=22, minute=1, second=1),
datetime(year=2024, month=9, day=23, hour=22, minute=1, second=1),
]

invalid_dates = [
Expand Down

0 comments on commit ba9b77e

Please sign in to comment.