We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee71fd commit 49cd78fCopy full SHA for 49cd78f
1 file changed
pcpostprocess/subtraction_plots.py
@@ -58,7 +58,7 @@ def do_subtraction_plot(fig, times, sweeps, before_currents, after_currents,
58
*ramp_bounds)
59
all_leak_params_before.append(before_params)
60
61
- after_params, _ = fit_linear_leak(before_currents, voltages, times,
+ after_params, _ = fit_linear_leak(after_currents, voltages, times,
62
63
all_leak_params_after.append(after_params)
64
0 commit comments