Skip to content

Commit f5e5052

Browse files
authored
Merge pull request #34 from CardiacModelling/hilary_dev
Fixed typo in subtraction_plots.py
2 parents cee71fd + 49cd78f commit f5e5052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcpostprocess/subtraction_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def do_subtraction_plot(fig, times, sweeps, before_currents, after_currents,
5858
*ramp_bounds)
5959
all_leak_params_before.append(before_params)
6060

61-
after_params, _ = fit_linear_leak(before_currents, voltages, times,
61+
after_params, _ = fit_linear_leak(after_currents, voltages, times,
6262
*ramp_bounds)
6363
all_leak_params_after.append(after_params)
6464

0 commit comments

Comments
 (0)