Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Jan 13, 2025
1 parent abd033d commit a6fd696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/imaris_to_ome_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def copy_group(hdf5_group, zarr_group):
slice(j_start, j_end),
slice(k_start, k_end),
)
# print(f"Copying slice {slices} for {key}")
print(f"Copying slice {slices} for {key}")
zarr_dataset[slices] = data_item[slices]

# Start copying only the Channel groups
Expand Down

0 comments on commit a6fd696

Please sign in to comment.