We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f3a8f commit 0b40b7fCopy full SHA for 0b40b7f
1 file changed
content/14_initial_conditions.ipynb
@@ -354,7 +354,7 @@
354
},
355
{
356
"cell_type": "code",
357
- "execution_count": 8,
+ "execution_count": 35,
358
"id": "b3e686ce-5371-4471-a052-b9d43309bc85",
359
"metadata": {},
360
"outputs": [],
@@ -379,7 +379,7 @@
379
" inter_arrival_time = args.arrival_strokes.sample()\n",
380
" yield env.timeout(inter_arrival_time)\n",
381
"\n",
382
- " args.results[\"n_arrivals\"] = patient_id\n",
+ " args.results[\"n_arrivals\"] += 1\n",
383
" \n",
384
" trace(f\"{env.now:.2f}: Stroke arrival.\")\n",
385
0 commit comments