Skip to content

Commit

Permalink
fix extractor test
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Sep 14, 2023
1 parent 1a35f8f commit 28dabeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_suite2psegmentationextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUpClass(cls):

cls.folder_path = folder_path

extractor = Suite2pSegmentationExtractor(folder_path=folder_path, stream_name="chan1_plane2")
extractor = Suite2pSegmentationExtractor(folder_path=folder_path, stream_name="chan1_plane1")
cls.extractor = extractor

def test_stream_names(self):
Expand Down

0 comments on commit 28dabeb

Please sign in to comment.