Skip to content

Commit

Permalink
tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Aug 23, 2024
1 parent af84d51 commit dd588fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/notebooks/0.1-Theory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"%%capture\n",
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !pip install watermark"
" ! pip install watermark"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion docs/source/notebooks/3-Multilevel_HGF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
"# create just one default network - we will simply change the values of interest before fitting to save time\n",
"agent = HGF(\n",
" n_levels=2,\n",
" verbose=False,\n",
" model_type=\"binary\",\n",
" initial_mean={\"1\": 0.5, \"2\": 0.0},\n",
")"
Expand Down
1 change: 0 additions & 1 deletion docs/source/notebooks/4-Parameter_recovery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
"# create just one default network - we will simply change the values of interest before fitting to save time\n",
"agent = HGF(\n",
" n_levels=2,\n",
" verbose=False,\n",
" model_type=\"binary\",\n",
" initial_mean={\"1\": 0.5, \"2\": 0.0},\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/Example_3_Multi_armed_bandit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"import sys\n",
"\n",
"if 'google.colab' in sys.modules:\n",
" !pip install pyhgf watermark"
" ! pip install pyhgf watermark"
]
},
{
Expand Down

0 comments on commit dd588fe

Please sign in to comment.