Skip to content

fix: Skip test_interpolate_vs_numpy test on Mac #22389

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

Closed
wants to merge 1 commit into from

Conversation

mcrumiller
Copy link
Contributor

@mcrumiller mcrumiller commented Apr 23, 2025

Closes #22348.

Numpy runs into precision issues here, which was causing the test failure (see discussion/diagnosis in the linked issue). There may be a better way to solve this, but this will at least clean up the CI failures.

Edit: Welp, this fixed one of the tests at least. There's still a remaining one it looks like.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Apr 23, 2025
@mcrumiller mcrumiller marked this pull request as ready for review April 24, 2025 00:06
@ritchie46
Copy link
Member

ritchie46 commented Apr 25, 2025

Instead of skipping, can we do approximate testing?

@orlp
Copy link
Member

orlp commented Apr 25, 2025

Thanks but I made another PR which increases the threshold a bit.

@orlp orlp closed this Apr 25, 2025
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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_interpolate_by.test_interpolate_vs_numpy fails often
3 participants