You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Siphon routine filter_time_nearest was returning the wrong times for days 30 and 31 of a month. I believe the problem is line 44 of siphon/catalog.py. The default regular expression is currently
Siphon routine filter_time_nearest was returning the wrong times for days 30 and 31 of a month. I believe the problem is line 44 of siphon/catalog.py. The default regular expression is currently
which only accounts for days 01 through 29. To include days 30 and 31, you need to add a 3 to the day part:
Working on a pull request with the fix.
Cheers. Pete
The text was updated successfully, but these errors were encountered: