-
Notifications
You must be signed in to change notification settings - Fork 61
feat: make all
and any
compatible with integer columns on Polars session
#2154
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
base: main
Are you sure you want to change the base?
Conversation
…ples Also, fixes several constructors that didn't take a session for compatibility with multi-session applications.
… tswast-doctest-boilerplate
This reverts commit 765b678.
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.
Coverage failure. I think I should add # pragma: no cover
to the currently skipped tests.
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.
Actually, I think it's the new methods on Session. Created #2157 which splits out that part and actually fixes a bug in the to_timedelta
implementation.
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.
Note: this file is a nearly exact copy of the tests/system/small/test_series.py
file with additional fixtures for unit testing.
Failures appear unrelated. e2e failure samples failure |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕