-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix series with none equals float series #44195
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
Fix series with none equals float series #44195
Conversation
CloseChoice
commented
Oct 26, 2021
•
edited
Loading
edited
- closes BUG: .equals method returns true when comparing floats with dtype object to None #44190
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
@github-actions pre-commit |
Good catch! Could use a whatsnew note |
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.
would take this as a backport, if you can add a note in 1.3.5 (regression section)
Hello @CloseChoice! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-10-28 03:51:53 UTC |
…-with-None-equals-float-series
As I've mentioned previously, for this specific case |
happy to have tests for symmetry. its ok to use hypothesis to find cases (but separate PR) |
@jreback Alright, is there anything else to do here? |
thanks @CloseChoice |
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
Co-authored-by: Tobias Pitters <[email protected]>