From 8b04ae77831ae57ed176ee6d5c176366a79fd16b Mon Sep 17 00:00:00 2001 From: weiglszonja Date: Thu, 14 Sep 2023 17:10:48 +0200 Subject: [PATCH] fix io test --- tests/test_io.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/test_io.py b/tests/test_io.py index f2692b2d..9932a767 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -138,11 +138,10 @@ def test_imaging_extractors_canonical_shape(self, extractor_class, extractor_kwa ), param( extractor_class=Suite2pSegmentationExtractor, - extractor_kwargs=dict(folder_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p")), - ), - param( - extractor_class=Suite2pSegmentationExtractor, - extractor_kwargs=dict(file_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p")), + extractor_kwargs=dict( + folder_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p"), + stream_name="chan1_plane0" + ), ), ]