Update Suite2pSegmentationExtractor
to support multi channel and multi plane outputs
#8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Docstrings | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
check-docstrings: | |
uses: catalystneuro/.github/.github/workflows/check_docstrings.yaml@main | |
with: | |
python-version: '3.10' | |
repository: 'catalystneuro/roiextractors' | |
package-name: 'roiextractors' |