Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyshuttleworth committed Aug 5, 2024
1 parent af558a7 commit fdbf12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcpostprocess/scripts/run_herg_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,8 @@ def qc3_bookend(readname, savename, time_strs, args):
last_before_current = last_before_current_dict[well][-1, :]
last_after_current = last_after_current_dict[well][-1, :]

save_fname = os.path.join(output_dir, "leak_correction", f"{well}_{savename}_before0.pdf")
save_fname = os.path.join(args.output_dir, "leak_correction",
f"{well}_{savename}_before0.pdf")

before_traces_first[well] = get_leak_corrected(first_before_current,
voltage, times,
Expand Down

0 comments on commit fdbf12c

Please sign in to comment.