Skip to content

Refine column ranges in _isbanded_impl #1267

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

Merged
merged 2 commits into from
Apr 28, 2025
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Apr 6, 2025

Fixes the column ranges, so that these correctly correspond to the ranges over which there are top and bottom rows to consider beyond the bands. The change is to the upper limit of the range.

Copy link

codecov bot commented Apr 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.05%. Comparing base (ae5385b) to head (c8a79eb).
Report is 50 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1267      +/-   ##
==========================================
+ Coverage   92.00%   92.05%   +0.05%     
==========================================
  Files          34       34              
  Lines       15487    15489       +2     
==========================================
+ Hits        14249    14259      +10     
+ Misses       1238     1230       -8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jishnub jishnub added the arrays [a, r, r, a, y, s] label Apr 6, 2025
@jishnub jishnub force-pushed the jishnub/isbanded_colrange branch from 175e70e to d3d3144 Compare April 8, 2025 03:46
@jishnub jishnub requested a review from dkarrasch April 12, 2025 05:36
@jishnub
Copy link
Member Author

jishnub commented Apr 22, 2025

Gentle bump. To understand the change here, please look at the added example. This fixes the upper limit of the range of columns in the second case (where zeros are present both above and below the bands).

@jishnub jishnub added the backport 1.12 Change should be backported to release-1.12 label Apr 25, 2025
@jishnub jishnub merged commit 95703b5 into master Apr 28, 2025
4 checks passed
@jishnub jishnub deleted the jishnub/isbanded_colrange branch April 28, 2025 05:05
jishnub added a commit that referenced this pull request May 12, 2025
Fixes the column ranges, so that these correctly correspond to the
ranges over which there are top and bottom rows to consider beyond the
bands. The change is to the upper limit of the range.

(cherry picked from commit 95703b5)
@jishnub jishnub mentioned this pull request May 12, 2025
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrays [a, r, r, a, y, s] backport 1.12 Change should be backported to release-1.12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant