From 1107f8625092f711eab28b3864316a2e9e5a5c14 Mon Sep 17 00:00:00 2001 From: weiglszonja Date: Thu, 5 Oct 2023 11:37:14 +0200 Subject: [PATCH] fix io test for suite2p --- tests/test_io.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_io.py b/tests/test_io.py index 43f567a5..e1cbb64b 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -139,7 +139,9 @@ 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"), stream_name="chan1_plane0" + folder_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p"), + channel_name="chan1", + plane_name="plane0", ), ), ]