From feaf2b35ba555b5ffd4243f33807a0747edbbc96 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 21 May 2024 13:35:24 -0400 Subject: [PATCH] fix docstrings (#331) Co-authored-by: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Co-authored-by: Paul Adkisson --- src/roiextractors/segmentationextractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roiextractors/segmentationextractor.py b/src/roiextractors/segmentationextractor.py index 40502c08..f4148c19 100644 --- a/src/roiextractors/segmentationextractor.py +++ b/src/roiextractors/segmentationextractor.py @@ -201,7 +201,7 @@ def get_background_pixel_masks(self, background_ids=None) -> np.array: Parameters ---------- - roi_ids: array_like + background_ids: array_like A list or 1D array of ids of the ROIs. Length is the number of ROIs requested. Returns