Skip to content

Commit f1e5da4

Browse files
committed
fix(store): removed potenital for mistake in final cell
1 parent b0ddcbd commit f1e5da4

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

content/15_resource_stores.ipynb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,15 +1104,14 @@
11041104
},
11051105
{
11061106
"cell_type": "code",
1107-
"execution_count": 22,
1107+
"execution_count": 24,
11081108
"id": "90dc1713-9d25-4e2c-adc8-f51a123c4534",
11091109
"metadata": {},
11101110
"outputs": [
11111111
{
11121112
"name": "stdout",
11131113
"output_type": "stream",
11141114
"text": [
1115-
"Simulation tracing set to: False\n",
11161115
"\n",
11171116
"═════════════════════════════════════════════════════════════════\n",
11181117
" Patients served : 157\n",
@@ -1148,10 +1147,16 @@
11481147
}
11491148
],
11501149
"source": [
1151-
"set_trace(False)\n",
1152-
"ambulances, log = single_run(random_seed=42)\n",
11531150
"single_run_summary(assignments, ambulances, RUN_LENGTH)"
11541151
]
1152+
},
1153+
{
1154+
"cell_type": "code",
1155+
"execution_count": null,
1156+
"id": "97b66363-bbda-4a91-b24a-4a10689bee5a",
1157+
"metadata": {},
1158+
"outputs": [],
1159+
"source": []
11551160
}
11561161
],
11571162
"metadata": {

0 commit comments

Comments
 (0)