Skip to content

Commit

Permalink
add converter; some debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jun 27, 2024
1 parent 37c08b0 commit 80a3bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, *, multicolor_folder_path: str | pathlib.Path) -> None:
and self.brains_info["nInVolume"][0] == len(self.brains_info["labels_comments"][0])
), "Length of contents does not match number of ROIs."

# Additional homogeneity check for imaging compatability
# Additional homogeneity check for imaging compatibility
json_depth_length = len(self.brains_info["zOfFrame"][0])
assert (
json_depth_length == number_of_depths
Expand Down

0 comments on commit 80a3bc1

Please sign in to comment.