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 functions with result/dtypes mismatch #830

Merged
merged 3 commits into from Jan 19, 2024
Merged

Conversation

philss
Copy link
Member

@philss philss commented Jan 19, 2024

This is a fix of some functions that returns something different from what Polars is calculating.

To find them, I had to enable the :check_polars_frames application env in config/config.exs.

This is a fix of some functions that returns something different from
what Polars is calculating.

To find them, I had to enable the `:check_polars_frames` application
env in `config/config.exs`.
This is a fix to the "mode" operation that should always return
the same dtype - a `{:list, any()}` when used inside summarise.
Copy link
Member

@josevalim josevalim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it! Don't forget to leave the check polars config enabled, if the whole suite passes with it!

@philss philss merged commit 5bf9bab into main Jan 19, 2024
4 checks passed
@philss philss deleted the ps-fix-unexpected-dtypes branch January 19, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants