Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 4, 2023
1 parent b69f0e8 commit 7a11b00
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 @@ -525,7 +525,7 @@ def make(self, key):
elif task_mode == "trigger":
drop_frames = (ZDriftMetrics & key).fetch1("bad_frames")
if drop_frames.size > 0:
np.save(pathlib.Path(output_dir / "bad_frames.npy"), drop_frames)
np.save(pathlib.Path(output_dir) / "bad_frames.npy", drop_frames)
print("array saved")

raw_image_files = (scan.ScanInfo.ScanFile & key).fetch("file_path")
Expand Down

0 comments on commit 7a11b00

Please sign in to comment.