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
tests.indexes.datetimes.test_ops.TestDateTimeIndexToJulianDate tests.indexes.datetimes.test_misc.TestDateTimeIndexToJulianDate
Will update if/when I find others.
https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/timedeltas/test_timedelta.py#L578 TestSlicing has one method test_timedelta and it isn't clear it has anything to do with slicing.
test_timedelta
https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/timedeltas/test_ops.py#L1214 test_ops.TestSlicing.test_tdi_ops_attributes doesnt appear to have anything to do with slicing
https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/timedeltas/test_ops.py#L1250 test_ops.TestSlicing.test_add_overflow appears arithmetic based. In fact it almost catches one of the errors in #18020.
The text was updated successfully, but these errors were encountered:
Closed by #18036 (I think)
Sorry, something went wrong.
No branches or pull requests
tests.indexes.datetimes.test_ops.TestDateTimeIndexToJulianDate
tests.indexes.datetimes.test_misc.TestDateTimeIndexToJulianDate
Will update if/when I find others.
https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/timedeltas/test_timedelta.py#L578
TestSlicing has one method
test_timedelta
and it isn't clear it has anything to do with slicing.https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/timedeltas/test_ops.py#L1214
test_ops.TestSlicing.test_tdi_ops_attributes doesnt appear to have anything to do with slicing
https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/timedeltas/test_ops.py#L1250
test_ops.TestSlicing.test_add_overflow appears arithmetic based. In fact it almost catches one of the errors in #18020.
The text was updated successfully, but these errors were encountered: