Skip to content

Commit 08aee35

Browse files
committed
parameter update was forgotten in noble change fig
the figure that was generated is correct because I had manually changed it, but running the file would generate an incorrect and different figure
1 parent 55bd87f commit 08aee35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diagrams.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ plot!(size=(539,300), dpi=300, rightmargin=2Plots.mm, bottommargin=-8Plots.mm)
156156
savefig("results/diagrams/limitCycles.pdf")
157157

158158
# Noble model concentration changes
159+
params = (g_Na_sf=1.0, g_K_sf=1.0, g_L_sf=1.0, τ=0.4)
159160
prob_de = ODEProblem(Model.ode!, Model.ic_conv, (0.,10.0), params, reltol=1e-8, abstol=1e-10)
160161
sol = Tools.aligned_sol(Model.ic_conv, prob_de, period; save_only_V=false)
161162
# Shift back in time for plotting because starting at V=-20mV doesn't look nice

0 commit comments

Comments
 (0)