We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7935a commit d0bc8c1Copy full SHA for d0bc8c1
1 file changed
pcpostprocess/subtraction_plots.py
@@ -94,7 +94,7 @@ def do_subtraction_plot(fig, times, sweeps, before_currents, after_currents,
94
before_axs[0].set_ylabel(r'Pre-drug trace', fontsize=16)
95
96
for i, (sweep, ax) in enumerate(zip(sweeps, after_axs)):
97
- b0, b1 = all_leak_params_before[i]
+ b0, b1 = all_leak_params_after[i]
98
gleak = b1
99
Eleak = -b0/b1
100
0 commit comments