Skip to content

Commit 2470c52

Browse files
committed
add a try for initial values
1 parent 33693c0 commit 2470c52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

code/hiv_model.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 8,
29+
"execution_count": 10,
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
@@ -38,7 +38,7 @@
3838
" \n",
3939
" returns: System object\n",
4040
" \"\"\"\n",
41-
" init = State(R=89, L=1, E=0, V=0)\n",
41+
" init = State(R=1000, L=0, E=0, V=0)\n",
4242
" init /= np.sum(init)\n",
4343
"\n",
4444
" t0 = 0\n",
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"cell_type": "code",
62-
"execution_count": 9,
62+
"execution_count": 11,
6363
"metadata": {},
6464
"outputs": [],
6565
"source": [

0 commit comments

Comments
 (0)