Skip to content

Commit

Permalink
fix io test for suite2p
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Oct 5, 2023
1 parent b442c87 commit 1107f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
),
]
Expand Down

0 comments on commit 1107f86

Please sign in to comment.