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
If this raises, it gets caught and tries a different strategy, that strategy depending on seen_datetime. This pattern shows up twice, and in each case, a date/datetime has been seen regardless of whether check_dts_bounds raises.
Is there a reason why we're not setting seen_datetime=1 unconditionally before the bounds check?
The text was updated successfully, but these errors were encountered:
From tslib.array_to_datetime
If this raises, it gets caught and tries a different strategy, that strategy depending on
seen_datetime
. This pattern shows up twice, and in each case, a date/datetime has been seen regardless of whethercheck_dts_bound
s raises.Is there a reason why we're not setting
seen_datetime=1
unconditionally before the bounds check?The text was updated successfully, but these errors were encountered: