Skip to content
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(python): address several edge-cases found when asserting NaN equality #5732

Merged
merged 1 commit into from
Dec 7, 2022
Merged

fix(python): address several edge-cases found when asserting NaN equality #5732

merged 1 commit into from
Dec 7, 2022

Conversation

alexander-beedie
Copy link
Collaborator

Closes #5731.


There were several remaining edge-cases related to asserting equality in conjunction with the presence of NaN values; have fixed them all, and significantly extended test/branch coverage to better-account for the various parameter permutations.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Dec 7, 2022
@ritchie46 ritchie46 merged commit 3621a50 into pola-rs:master Dec 7, 2022
chitralverma pushed a commit to chitralverma/polars that referenced this pull request Dec 10, 2022
areeh pushed a commit to areeh/polars that referenced this pull request Dec 12, 2022
zundertj pushed a commit to zundertj/polars that referenced this pull request Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

assert_series_equal considers Nan is not different from real value
2 participants