Skip to content

Commit e85ff76

Browse files
committed
Fix typo
1 parent 5a38dce commit e85ff76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/global_model_MWE.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
},
654654
{
655655
"cell_type": "code",
656-
"execution_count": 30,
656+
"execution_count": null,
657657
"metadata": {},
658658
"outputs": [
659659
{
@@ -691,7 +691,7 @@
691691
"plt.plot(dat['N'], np.exp(intercept_sym)*np.array(dat['N'])**slope_sym)\n",
692692
"plt.xscale('log')\n",
693693
"plt.yscale('log')\n",
694-
"plt.title(\"Time taken to set parameters (i.e. compile and integrate)\")\n",
694+
"plt.title(\"Time taken to set parameters\")\n",
695695
"plt.xlabel(\"Number of countries\")\n",
696696
"plt.ylabel(\"Time (seconds)\")\n",
697697
"plt.show()"

0 commit comments

Comments
 (0)