We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee71fd + 49cd78f commit f5e5052Copy full SHA for f5e5052
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