We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bd87f commit 08aee35Copy full SHA for 08aee35
1 file changed
diagrams.jl
@@ -156,6 +156,7 @@ plot!(size=(539,300), dpi=300, rightmargin=2Plots.mm, bottommargin=-8Plots.mm)
156
savefig("results/diagrams/limitCycles.pdf")
157
158
# Noble model concentration changes
159
+params = (g_Na_sf=1.0, g_K_sf=1.0, g_L_sf=1.0, τ=0.4)
160
prob_de = ODEProblem(Model.ode!, Model.ic_conv, (0.,10.0), params, reltol=1e-8, abstol=1e-10)
161
sol = Tools.aligned_sol(Model.ic_conv, prob_de, period; save_only_V=false)
162
# Shift back in time for plotting because starting at V=-20mV doesn't look nice
0 commit comments