Skip to content

Commit a22c8b1

Browse files
committed
E-R (14)
1 parent eb1ac07 commit a22c8b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/calculation_examples/safety/effect_vs_resistance.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"metadata": {},
108108
"outputs": [],
109109
"source": [
110-
"def plot_Z(meanE, sdE, meanR, sdR):\n",
110+
"def plot_Z_short(meanE, sdE, meanR, sdR):\n",
111111
" \n",
112112
" # define lower and upper values of Effect E and Resistance R\n",
113113
" Elower = 0.5*meanE\n",
@@ -180,7 +180,7 @@
180180
},
181181
{
182182
"cell_type": "code",
183-
"execution_count": 5,
183+
"execution_count": null,
184184
"metadata": {},
185185
"outputs": [
186186
{
@@ -197,7 +197,7 @@
197197
}
198198
],
199199
"source": [
200-
"plot_Z(meanE, sdE, meanR, sdR)"
200+
"plot_Z_short(meanE, sdE, meanR, sdR)"
201201
]
202202
},
203203
{

0 commit comments

Comments
 (0)