We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As noted by @TomAugspurger here looks like builds started failing today. I think this has to do with the upcoming DST transition.
cc @mroeschke
=================================== FAILURES =================================== _______________ TestDatetimeIndex.test_stringified_slice_with_tz _______________ [gw0] darwin -- Python 3.5.6 /Users/vsts/miniconda3/envs/pandas-dev/bin/python self = <pandas.tests.indexes.datetimes.test_datetime.TestDatetimeIndex object at 0x13accba58> def test_stringified_slice_with_tz(self): # GH#2658 import datetime start = datetime.datetime.now() > idx = date_range(start=start, freq="1d", periods=10, tz='US/Eastern') pandas/tests/indexes/datetimes/test_datetime.py:105: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pandas/core/indexes/datetimes.py:1551: in date_range closed=closed, **kwargs) pandas/core/arrays/datetimes.py:454: in _generate_range tz, ambiguous=ambiguous, nonexistent=nonexistent) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > raise pytz.NonExistentTimeError(stamp) E pytz.exceptions.NonExistentTimeError: 2019-03-10 02:01:53.911138 pandas/_libs/tslibs/conversion.pyx:1100: NonExistentTimeError
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As noted by @TomAugspurger here looks like builds started failing today. I think this has to do with the upcoming DST transition.
cc @mroeschke
The text was updated successfully, but these errors were encountered: