Skip to content

Commit

Permalink
chore: resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Oct 16, 2023
1 parent 503cd25 commit 2e4e29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fibsem_tools/metadata/split_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def split_annotations(
else:
data = read_xarray(source)

# todo: don't assume the biggest array is named s0!
array_name = "s0"

multi = {m.name: m for m in multiscale(data, windowed_mode, (2,2,2), chunks=out_chunks)}

spec = create_spec(
data=data,
Expand Down

0 comments on commit 2e4e29c

Please sign in to comment.