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
test: deduplicate datetime index tests (#1460) (#1461)
test: deduplicate datetime index tests
Remove duplicate test code for DatetimeIndex relational operations.
The tests with dt_idx were duplicating the same tests already performed
with idx, since both are DatetimeIndex objects.
Fixes#1460
0 commit comments