Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Jul 29, 2024
1 parent edf0865 commit 464ac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_calcium_imaging/imaging_no_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _make_taper(size, width):
)

zstack_files = get_zstack_files(key)
assert len(zstack_files) == 1, f"Multiple zstacks files found at {zstack_files}. Expected only one."
assert len(zstack_files) == 1, f"Multiple zstack files found at {zstack_files}. Expected only one."

ca_imaging_movie = nd2.imread(movie_file)
zstack = nd2.imread(zstack_files[0])
Expand Down

0 comments on commit 464ac42

Please sign in to comment.