Skip to content

Commit

Permalink
add docstring to inscopix segmentation extrator module
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jan 23, 2024
1 parent 7915709 commit 0d29f5e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from typing import Optional
"""
Inscopix Segmentation Extractor
"""

import numpy as np

from ...extraction_tools import PathType, ArrayType
Expand Down

0 comments on commit 0d29f5e

Please sign in to comment.