Skip to content

Commit 701c33a

Browse files
committed
Fix mistake in Izhikevich equation markdown
1 parent 96ac2be commit 701c33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neuronunit/examples/reduced-model-simulation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"\\frac{dV}{dt} & = & 0.04V^2 +5V +140 - U + I \\\\\n",
2323
"\\frac{dU}{dt} & = & a(bV - U) \\\\\n",
2424
"\\end{matrix}\n",
25-
"<center>if $v>30$, set $v=c$ and $u=u+1$"
25+
"<center>if $v>30$, set $v=c$ and $u=u+d$"
2626
]
2727
},
2828
{
@@ -405,7 +405,7 @@
405405
"name": "python",
406406
"nbconvert_exporter": "python",
407407
"pygments_lexer": "ipython3",
408-
"version": "3.7.6"
408+
"version": "3.8.3"
409409
}
410410
},
411411
"nbformat": 4,

0 commit comments

Comments
 (0)