Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent afb7bd8 commit 301655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialdata/_core/operations/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _calculate_block_num(block_id: tuple[int, ...], num_blocks: tuple[int, ...])
" lowering the value of required shift."
" 2. Cast to a data type with a higher maximum value "
" 3. Perform sequential relabeling of the dask array using `relabel_sequential` in `spatialdata`,"
" potentially lowering the maximum value of a label (though number of distinct labels values "
" potentially lowering the maximum value of a label (though number of distinct labels values "
" stays the same). For example if the unique labels values are `[0, 1, 1000]`, after the "
" sequential relabeling the unique labels value will be `[0, 1, 2]`, thus requiring less bits "
" to store the labels."
Expand Down

0 comments on commit 301655a

Please sign in to comment.