Skip to content

Commit

Permalink
Fixed typo in subtraction_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaryh committed Nov 7, 2024
1 parent cee71fd commit 49cd78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcpostprocess/subtraction_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def do_subtraction_plot(fig, times, sweeps, before_currents, after_currents,
*ramp_bounds)
all_leak_params_before.append(before_params)

after_params, _ = fit_linear_leak(before_currents, voltages, times,
after_params, _ = fit_linear_leak(after_currents, voltages, times,
*ramp_bounds)
all_leak_params_after.append(after_params)

Expand Down

0 comments on commit 49cd78f

Please sign in to comment.