Skip to content

Commit

Permalink
other iterative learning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yrkim98 committed Dec 9, 2024
1 parent 0997cd8 commit 4ef8929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/allencell_ml_segmenter/prediction/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def showResults(self) -> None:
self._viewer.add_image(
raw_np_data,
f"[raw] {data['raw'].name}",
path=data["raw"],
)
if seg_np_data is not None:
self._viewer.add_labels(
Expand Down

0 comments on commit 4ef8929

Please sign in to comment.