Skip to content

Commit cfd30b9

Browse files
committed
Fixed numbering of sections in 10_multiple_arrival_processes.ipynb notebook
1 parent 1b9ffe4 commit cfd30b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/10_multiple_arrival_processes.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"id": "5f2a4ad9-6d5e-480d-850f-84d4882a738b",
8080
"metadata": {},
8181
"source": [
82-
"## 2. Helper classes and functions"
82+
"## 3. Helper classes and functions"
8383
]
8484
},
8585
{
@@ -153,7 +153,7 @@
153153
"id": "5a8c050c-4bb6-408f-a805-3a4aaab56916",
154154
"metadata": {},
155155
"source": [
156-
"## 3. Experiment class"
156+
"## 4. Experiment class"
157157
]
158158
},
159159
{
@@ -257,7 +257,7 @@
257257
"id": "de8990c2-a330-4c02-ac77-26c30d3e0a41",
258258
"metadata": {},
259259
"source": [
260-
"## 4. A function per arrival source\n",
260+
"## 5. A function per arrival source\n",
261261
"\n",
262262
"The first approach we will use is creating an arrival generator per source. There will be some code redundancy, but it will a clear design for others to understand."
263263
]
@@ -392,7 +392,7 @@
392392
"id": "6058571e-9fdb-4961-be27-8a3b8c2fe26e",
393393
"metadata": {},
394394
"source": [
395-
"## 5. Single run function"
395+
"## 6. Single run function"
396396
]
397397
},
398398
{

0 commit comments

Comments
 (0)