-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
CleanInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation
Milestone
Description
in tslib._Timedelta.__richcmp__ there is a path that is not reached in tests that I think may not be reachable, seeking second opinions. If there are corner cases where this can be reached, they should be added to the tests.
if isinstance(other, _Timedelta): if isinstance(other, _NaT): return _cmp_nat_dt(other, self, _reverse_ops[op]) Metadata
Metadata
Assignees
Labels
CleanInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation