You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tutorials/Reentry and Spiral waves.ipynb
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"cell_type": "markdown",
5
5
"metadata": {},
6
6
"source": [
7
-
"# Reentries and Spiral Waves\n",
7
+
"# Reentry and Spiral Waves\n",
8
8
"\n",
9
9
"This tutorial introduces reentrant excitation patterns in cardiac tissue and demonstrates several classical approaches for their simulation using Finitewave.\n",
10
10
"\n",
@@ -167,7 +167,7 @@
167
167
},
168
168
{
169
169
"cell_type": "code",
170
-
"execution_count": 13,
170
+
"execution_count": null,
171
171
"metadata": {},
172
172
"outputs": [
173
173
{
@@ -235,11 +235,8 @@
235
235
"model.cardiac_tissue = tissue\n",
236
236
"model.stim_sequence = stim_sequence\n",
237
237
"\n",
238
-
"# Initialize the model\n",
239
-
"model.initialize()\n",
240
-
"\n",
241
238
"# Temporarily keep the right half refractory using 'v' variable\n",
0 commit comments