Skip to content

TST: uncaught warning in min/max localize #19767

New issue

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

Closed
jreback opened this issue Feb 19, 2018 · 0 comments · Fixed by #19834
Closed

TST: uncaught warning in min/max localize #19767

jreback opened this issue Feb 19, 2018 · 0 comments · Fixed by #19834
Labels
Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Feb 19, 2018

@jbrockmendel

=============================================================================================================================== warnings summary ================================================================================================================================
pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::()::test_tz_localize_pushes_out_of_bounds
  /Users/jreback/pandas/pandas/tests/scalar/timestamp/test_timezones.py:32: RuntimeWarning: overflow encountered in long_scalars
    Timestamp.min.tz_localize('Asia/Tokyo')
  /Users/jreback/pandas/pandas/tests/scalar/timestamp/test_timezones.py:39: RuntimeWarning: overflow encountered in long_scalars
    Timestamp.max.tz_localize('US/Pacific')

-- Docs: http://doc.pytest.org/en/latest/warnings.html
==================================================================================================================== 435 passed, 2 warnings in 2.29 seconds =====================================================================================================================
@jreback jreback added Timezones Timezone data dtype Compat pandas objects compatability with Numpy or Python functions labels Feb 19, 2018
@jreback jreback added this to the 0.23.0 milestone Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant