Change all TO DO to TODO

This commit is contained in:
Kaj van Rijn
2024-11-22 15:34:52 +01:00
parent 6d425c04d4
commit 6072ad4450
5 changed files with 13 additions and 13 deletions

View File

@@ -174,7 +174,7 @@
{
"cell_type": "code",
"source": [
"# TO DO -- Change the parameters manually to fit the model\n",
"# TODO -- Change the parameters manually to fit the model\n",
"# First fix phi1 and try changing phi0 until you can't make the loss go down any more\n",
"# Then fix phi0 and try changing phi1 until you can't make the loss go down any more\n",
"# Repeat this process until you find a set of parameters that fit the model as in figure 2.2d\n",