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: Fix bug where rolling operations were ignoring check_sorted in some cases #15227

Merged

Conversation

MarcoGorelli
Copy link
Collaborator

closes #15225

@MarcoGorelli MarcoGorelli force-pushed the no-unnecessary-check-sorted-error branch from b8c27b2 to a6d3009 Compare March 22, 2024 11:48
@MarcoGorelli MarcoGorelli force-pushed the no-unnecessary-check-sorted-error branch from a6d3009 to df4ae62 Compare March 22, 2024 11:49
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.27%. Comparing base (474ac34) to head (df4ae62).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15227   +/-   ##
=======================================
  Coverage   81.26%   81.27%           
=======================================
  Files        1355     1355           
  Lines      175676   175676           
  Branches     2518     2518           
=======================================
+ Hits       142761   142774   +13     
+ Misses      32434    32421   -13     
  Partials      481      481           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MarcoGorelli MarcoGorelli marked this pull request as ready for review March 22, 2024 12:56
@stinodego stinodego changed the title bug: rolling operations were ignoring check_sorted in some cases fix: Fix bug where rolling operations were ignoring check_sorted in some cases Mar 23, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 23, 2024
@ritchie46 ritchie46 merged commit dd4991a into pola-rs:main Mar 23, 2024
25 checks passed
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.

check_sorted ignored for DataFrame.rolling when group_by is not given
2 participants