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
The test_intersect_str_dates test within tests/indexes/test_range.py doesn't appear to have anything to do with RangeIndex. It seems like this should be moved to tests/indexes/test_base.py? Happy to submit a PR if this is the case.
The text was updated successfully, but these errors were encountered:
No worries! I'm just saying this to make your life a little easier (or rather, to streamline the process for you to contribute). We won't get mad if you follow the standard issue --> PR format. 😄
Code Sample, a copy-pastable example if possible
pandas/pandas/tests/indexes/test_range.py
Lines 642 to 649 in 36dadd7
Problem description
The
test_intersect_str_dates
test withintests/indexes/test_range.py
doesn't appear to have anything to do withRangeIndex
. It seems like this should be moved totests/indexes/test_base.py
? Happy to submit a PR if this is the case.The text was updated successfully, but these errors were encountered: