Skip to content

Commit 1c17920

Browse files
committed
chore(service): +bullet for missing service param
1 parent 45a4658 commit 1c17920

File tree

2 files changed

+12
-502
lines changed

2 files changed

+12
-502
lines changed

content/03b_exercise1_solutions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
" ------\n",
173173
" env: simpy.Environment\n",
174174
" \n",
175-
" random_state: int, optional (default=None)\n",
175+
" random_seed: int, optional (default=None)\n",
176176
" if set then used as random seed to control sampling.\n",
177177
" '''\n",
178178
" rs_arrivals = np.random.default_rng(random_seed)\n",
@@ -517,7 +517,7 @@
517517
"name": "python",
518518
"nbconvert_exporter": "python",
519519
"pygments_lexer": "ipython3",
520-
"version": "3.11.10"
520+
"version": "3.11.11"
521521
}
522522
},
523523
"nbformat": 4,

0 commit comments

Comments
 (0)