Skip to content

Commit ea55dc2

Browse files
committed
Added a missing word - display - in comment about TRACE variable
1 parent b6f5e40 commit ea55dc2

7 files changed

Lines changed: 7 additions & 7 deletions

content/07_experiments.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"N_STREAMS = 2\n",
7676
"DEFAULT_RND_SET = 0\n",
7777
"\n",
78-
"# Boolean switch to simulation results as the model runs\n",
78+
"# Boolean switch to display simulation results as the model runs\n",
7979
"TRACE = False\n",
8080
"\n",
8181
"# run variables\n",

content/08_full_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"DEFAULT_RND_SET = 0\n",
9696
"# ##############################################################################\n",
9797
"\n",
98-
"# Boolean switch to simulation results as the model runs\n",
98+
"# Boolean switch to display simulation results as the model runs\n",
9999
"TRACE = False\n",
100100
"\n",
101101
"# run variables\n",

content/09_time_weighted_calcs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"DEFAULT_RND_SET = 0\n",
9696
"# ##############################################################################\n",
9797
"\n",
98-
"# Boolean switch to simulation results as the model runs\n",
98+
"# Boolean switch to display simulation results as the model runs\n",
9999
"TRACE = False\n",
100100
"\n",
101101
"# run variables\n",

content/11_blocking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"N_STREAMS = 3\n",
8383
"DEFAULT_RND_SET = 0\n",
8484
"\n",
85-
"# Boolean switch to simulation results as the model runs\n",
85+
"# Boolean switch to display simulation results as the model runs\n",
8686
"TRACE = False\n",
8787
"\n",
8888
"# run variables (units = days)\n",

content/12_arrival_classes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"N_STREAMS = 4\n",
9393
"DEFAULT_RND_SET = 0\n",
9494
"\n",
95-
"# Boolean switch to simulation results as the model runs\n",
95+
"# Boolean switch to display simulation results as the model runs\n",
9696
"TRACE = False\n",
9797
"\n",
9898
"# run variables (units = minutes)\n",

content/13_warm_up.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"N_STREAMS = 2\n",
9292
"DEFAULT_RND_SET = 0\n",
9393
"\n",
94-
"# Boolean switch to simulation results as the model runs\n",
94+
"# Boolean switch to display simulation results as the model runs\n",
9595
"TRACE = False\n",
9696
"\n",
9797
"# run variables (units = days)\n",

content/14_initial_conditions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"N_STREAMS = 3\n",
125125
"DEFAULT_RND_SET = 0\n",
126126
"\n",
127-
"# Boolean switch to simulation results as the model runs\n",
127+
"# Boolean switch to display simulation results as the model runs\n",
128128
"TRACE = False\n",
129129
"\n",
130130
"# run variables (units = days)\n",

0 commit comments

Comments
 (0)