Skip to content

Commit

Permalink
update io_sc.py: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dummyindex committed Apr 11, 2024
1 parent 5aace66 commit 5251d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livecellx/core/io_sc.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def process_scs_from_label_mask(label_mask_dataset, img_dataset, time, bg_val=0,
"""

return process_scs_from_single_label_mask(
label_mask_dataset.get_mask(time),
label_mask_dataset.get_img_by_time(time),
img_dataset,
time,
bg_val=bg_val,
Expand Down

0 comments on commit 5251d53

Please sign in to comment.