Skip to content

Commit

Permalink
Merge branch 'main' into pre_populate_imask_mask
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored May 21, 2024
2 parents 495143d + c184754 commit e80a1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/roiextractors/volumetricimagingextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def __init__(self, imaging_extractors: List[ImagingExtractor]):
self._imaging_extractors = imaging_extractors
self._num_planes = len(imaging_extractors)

def _check_consistency_between_imaging_extractors(self, imaging_extractors: List[ImagingExtractor]):
@staticmethod
def _check_consistency_between_imaging_extractors(imaging_extractors: List[ImagingExtractor]):
"""Check that essential properties are consistent between extractors so that they can be combined appropriately.
Parameters
Expand Down

0 comments on commit e80a1eb

Please sign in to comment.