Skip to content

Commit

Permalink
missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 5, 2023
1 parent 0d15c89 commit 9156e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __init__(
streams = self.get_streams(folder_path=folder_path)
plane_streams = streams["plane_streams"]

assert len(plane_streams) == 0(
assert len(plane_streams) > 0, (
f"{self.extractor_name}Extractor is for volumetric imaging. "
"For single imaging plane data use BrukerTiffSinglePlaneImagingExtractor."
)
Expand Down

0 comments on commit 9156e8c

Please sign in to comment.