Skip to content

Commit

Permalink
temp fix for our placeholder precomputed scales
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Apr 22, 2024
1 parent a234ed7 commit aab8d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasource/precomputed/frontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export class PrecomputedMultiscaleVolumeChunkSource extends MultiscaleVolumeChun
return transposeNestedArrays(
this.info.scales
.filter((x) => !x.hidden)
.filter((x) => x.key !== "placeholder")
.map((scaleInfo) => {
const { resolution } = scaleInfo;
const stride = rank + 1;
Expand Down

0 comments on commit aab8d34

Please sign in to comment.