Skip to content

Commit 6d31806

Browse files
committed
chore(typo): removed uneeded mention of seeds in Experiment markdown
1 parent b25b99d commit 6d31806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/08_full_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"\n",
330330
"We will modify the experiment class to include new results collection for the additional nurse process. \n",
331331
"\n",
332-
"1. Modify the __init__ method to accept additional parameters: `chance_callback`, `nurse_call_low`, `nurse_call_high`, `callback_seed`, `nurse_seed`. Remember to include the default values for these parameters.\n",
332+
"1. Modify the __init__ method to accept additional parameters: `chance_callback`, `nurse_call_low`, `nurse_call_high`. Remember to include the default values for these parameters.\n",
333333
"2. Store parameters in the class and create new distributions.\n",
334334
"3. Add variables to support KPI calculation to the `results` dictionary for `nurse_waiting_times` and `total_nurse_call_duration`"
335335
]

0 commit comments

Comments
 (0)