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

Ensure downsample works with non-contiguous arrays #6271

Merged
merged 5 commits into from
Jun 10, 2024
Merged

Conversation

philippjfr
Copy link
Member

Many of the downsampling algorithms do not work with non-contiguous arrays. Therefore we ensure they are contiguous before passing them to the downsampling operation.

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.53%. Comparing base (7e5b515) to head (2915712).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6271   +/-   ##
=======================================
  Coverage   88.53%   88.53%           
=======================================
  Files         323      323           
  Lines       67934    67948   +14     
=======================================
+ Hits        60146    60161   +15     
+ Misses       7788     7787    -1     

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

@hoxbro hoxbro added the type: bug Something isn't correct or isn't working label Jun 10, 2024
@hoxbro hoxbro enabled auto-merge (squash) June 10, 2024 13:43
@hoxbro hoxbro merged commit e08703d into main Jun 10, 2024
14 checks passed
@hoxbro hoxbro deleted the downsample_contiguous branch June 10, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants