-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REF: move more of Tick into liboffsets._Tick #34148
New issue
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
REF: move more of Tick into liboffsets._Tick #34148
Conversation
…f-liboffsets-timedeltas
…f-liboffsets-timedeltas
pandas/_libs/tslibs/offsets.pyx
Outdated
return self.delta == other | ||
|
||
def __ne__(self, other): | ||
if isinstance(other, str): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this just not self.eq...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure, thats how it is in the status quo. ill give it a shot and see if it breaks anything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesnt break anything, just pushed with this update
…f-liboffsets-timedeltas
No description provided.