Closed mmcdermott closed 5 days ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@Oufattole I'm getting an odd polars bug in this PR, and I wondered if you had any ideas as to what's causing it -- I've isolated a doctest where it occurs, but I'm not sure what aspect of things is causing the issue as I can't reproduce in a simpler, in-console example. No pressure to look, but I thought you might see something I'm missing. The NRT updates in here do seem to be working though, so if that is urgently needed it could be pulled out.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.17%. Comparing base (
620dcf0
) to head (80db49f
). Report is 10 commits behind head on dev.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ok, I have no idea why the tests pass here but fail for me locally...
nevermind; the bug is fixed with later versions of polars.
Closes #212