Skip to content

Commit

Permalink
doc: Limit run of growth example
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Jul 21, 2021
1 parent 8b35718 commit a443385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/growth.ipynb
Expand Up @@ -662,7 +662,7 @@
"# Define initial conditions\n",
"\n",
"a_init = 1e0\n",
"a_final = 1e2\n",
"a_final = 1e1\n",
"\n",
"@show t_init = t(a_init)\n",
"@show t_final = t(a_final)\n",
Expand Down

0 comments on commit a443385

Please sign in to comment.