Skip to content

Commit

Permalink
Merge pull request #34 from CardiacModelling/hilary_dev
Browse files Browse the repository at this point in the history
Fixed typo in subtraction_plots.py
  • Loading branch information
mirams authored Nov 18, 2024
2 parents cee71fd + 49cd78f commit f5e5052
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 f5e5052

Please sign in to comment.