Skip to content

Commit

Permalink
Slight edit for scenario where non zero samples and 0 channels
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Oct 23, 2023
1 parent a730c99 commit 1f33fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/napari_cellulus/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def __setup_pipeline(self):
NapariImageSource(
self.layer, self.raw, raw_spec, self.spatial_dims
)
+ gp.Unsqueeze([self.raw], 1)
+ gp.RandomLocation()
+ gp.Unsqueeze([self.raw], 1)
)
Expand Down

0 comments on commit 1f33fdb

Please sign in to comment.