From 916ecb08673a8c37d2761c0fa4b78d385e845ee1 Mon Sep 17 00:00:00 2001 From: michebio <35833138+michebio@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:53:56 +0200 Subject: [PATCH] Typo segmentation_extract_rois_full_sig.py Typo in nrow parameter for maad.util.plot_spectrogram function --- src/bambird/segmentation_extract_rois_full_sig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bambird/segmentation_extract_rois_full_sig.py b/src/bambird/segmentation_extract_rois_full_sig.py index 69ca818..1237d81 100644 --- a/src/bambird/segmentation_extract_rois_full_sig.py +++ b/src/bambird/segmentation_extract_rois_full_sig.py @@ -487,7 +487,7 @@ def extract_rois_full_sig( ax=ax3, title="3. mask", interpolation=None, - now=True, + now=False ) # 6. get the mask with rois (im_rois) and the bounding box for each rois (rois_bbox) @@ -548,4 +548,4 @@ def extract_rois_full_sig( fig.suptitle(kwargs.pop("suptitle", "")) fig.tight_layout() - return df_rois \ No newline at end of file + return df_rois