Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Sep 9, 2024
1 parent 8ba4407 commit 0ba6e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static ArrayList<long[][]> prepareDownsampling(
});

// set additional N5 attributes for sN dataset
n5.setAttribute(dataset, "downsamplingFactors", absoluteDownsampling[ level ] );
n5.setAttribute(dataset, "downsamplingFactors", absoluteDownsampling);
}

return allBlocks;
Expand Down

0 comments on commit 0ba6e36

Please sign in to comment.