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: fixes reduction chunk incrementation logic #840

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

dodamih
Copy link
Collaborator

@dodamih dodamih commented Jan 5, 2025

Fixes some pathological cases that occur more commonly with smaller processing chunk sizes. Specifically, the bug happened when the last reduction chunk in a row or a column don't overlap with the processing chunk due to checkerboarding.

@dodamih dodamih force-pushed the dodam/volumetric_small_chunk_fix branch from cdcbca7 to cfd6056 Compare January 5, 2025 18:03
Copy link

codecov bot commented Jan 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c1cc05f) to head (11916fe).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #840   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          142       142           
  Lines         6031      6031           
=========================================
  Hits          6031      6031           

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

@supersergiy supersergiy force-pushed the dodam/volumetric_small_chunk_fix branch from cfd6056 to a770333 Compare January 7, 2025 17:55
@dodamih dodamih force-pushed the dodam/volumetric_small_chunk_fix branch 2 times, most recently from c679a67 to 06541b9 Compare January 15, 2025 03:10
@supersergiy supersergiy force-pushed the dodam/volumetric_small_chunk_fix branch from 06541b9 to 11916fe Compare January 15, 2025 19:22
@supersergiy supersergiy merged commit 13fa91a into main Jan 15, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants