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 non-32-aligned bucket requests #6047

Merged
merged 3 commits into from
Feb 15, 2022
Merged

Fix non-32-aligned bucket requests #6047

merged 3 commits into from
Feb 15, 2022

Conversation

fm3
Copy link
Member

@fm3 fm3 commented Feb 14, 2022

toHighestResBoundingBox method of BucketPosition needs to use the bucket-length aligned topleft as its topleft.

This error resulted in buckets not being selected for a cuboid request if they touched the bottomright faces of the layer bounding box.

URL of deployed dev instance (used for testing):

Steps to test:

  • request non-32-aligned cuboid that borders the boundingbox (bottomright)
  • should not skip buckets

  • Needs datastore update after deployment
  • Ready for review

@fm3 fm3 self-assigned this Feb 14, 2022
@fm3 fm3 requested a review from jstriebel February 14, 2022 14:45
@fm3 fm3 marked this pull request as ready for review February 14, 2022 14:45
Copy link
Contributor

@jstriebel jstriebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bulldozer-boy bulldozer-boy bot merged commit 650ba6c into master Feb 15, 2022
@bulldozer-boy bulldozer-boy bot deleted the raw-cuboid-fix branch February 15, 2022 07:08
hotzenklotz added a commit that referenced this pull request Feb 18, 2022
…ssos into docs

* 'docs' of github.com:scalableminds/webknossos:

* 'master' of github.com:scalableminds/webknossos:
  Split cells via Min Cut (#5885)
  Clean up backend util package (#6048)
  Guard against empty saves (#6052)
  Time tracking: Do not fail on empty timespans list (#6051)
  Fix clip button changing position (#6050)
  Include ParamFailure values in error chains (#6045)
  Fix non-32-aligned bucket requests (#6047)
  Don't enforce save state when saving is triggered by a timeout and reduce tracing layout analytics event count (#5999)
  Bump cached-path-relative from 1.0.2 to 1.1.0 (#5994)
  Volume annotation download: zip with BEST_SPEED (#6036)
  Sensible scalebar values (#6034)
  Faster CircleCI builds (#6040)
  move to Google Analytics 4 (#6031)
  Fix nightly (fix tokens, upgrade puppeteer) (#6032)
  Add neuron reconstruction job backend and frontend part (#5922)
  Allow uploading multi-layer volume annotations (#6028)
hotzenklotz added a commit that referenced this pull request Feb 18, 2022
* docs:
  Split cells via Min Cut (#5885)
  Clean up backend util package (#6048)
  Guard against empty saves (#6052)
  Time tracking: Do not fail on empty timespans list (#6051)
  Fix clip button changing position (#6050)
  Include ParamFailure values in error chains (#6045)
  Fix non-32-aligned bucket requests (#6047)
  Don't enforce save state when saving is triggered by a timeout and reduce tracing layout analytics event count (#5999)
  Bump cached-path-relative from 1.0.2 to 1.1.0 (#5994)
  Volume annotation download: zip with BEST_SPEED (#6036)
  Sensible scalebar values (#6034)
  Faster CircleCI builds (#6040)
  move to Google Analytics 4 (#6031)
  Fix nightly (fix tokens, upgrade puppeteer) (#6032)
  Add neuron reconstruction job backend and frontend part (#5922)
  Allow uploading multi-layer volume annotations (#6028)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants