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
pandas/tests/series/test_operators.py::TestTimedeltaSeriesArithmetic::()::test_timedelta64_operations_with_DateOffset /Users/jreback/pandas/pandas/core/indexes/timedeltas.py:438: PerformanceWarning: Adding/subtracting array of DateOffsets to <class 'pandas.core.indexes.timedeltas.TimedeltaIndex'> not vectorized PerformanceWarning) -- Docs: http://doc.pytest.org/en/latest/warnings.html ======================================================================================= 290 passed, 9 xfailed, 15 xpassed, 1 warnings in 2.37 seconds =======================================================================================
@jbrockmendel is this expected? if so should be explicitly caught
The text was updated successfully, but these errors were encountered:
Should be an easy fix. I'll make a PR after the current set clears out.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
@jbrockmendel is this expected? if so should be explicitly caught
The text was updated successfully, but these errors were encountered: