Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stub_segmentaion_with_background…
Browse files Browse the repository at this point in the history
…' into stub_segmentaion_with_background
  • Loading branch information
alessandratrapani committed Oct 25, 2024
2 parents a051bc9 + e479705 commit c0a4ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roiextractors/segmentationextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,4 @@ def get_roi_pixel_masks(self, roi_ids: Optional[ArrayLike] = None) -> List[np.nd
return self._parent_segmentation.get_roi_pixel_masks(roi_ids=roi_ids)

def get_background_pixel_masks(self, background_ids: Optional[ArrayLike] = None) -> List[np.ndarray]:
return self._parent_segmentation.get_background_pixel_masks(background_ids=background_ids)
return self._parent_segmentation.get_background_pixel_masks(background_ids=background_ids)

0 comments on commit c0a4ab6

Please sign in to comment.