Skip to content

Commit

Permalink
update notebook to run
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Jul 5, 2024
1 parent c0e9b45 commit daabfd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions books/functional_imaging/first_and_second_level_spm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@
"df = pd.DataFrame(data)\n",
"df_string = df.to_string(index=False)\n",
"\n",
"print(df_string)\n"
"print(df_string)"
]
},
{
Expand Down Expand Up @@ -3910,7 +3910,6 @@
"subFolders3 = [('_level2thresh1', 'thresh_con2')]\n",
"subFolders4 = [('_level2thresh2', 'thresh_con3')]\n",
"\n",
"\n",
"subFolders.extend(subFolders1)\n",
"subFolders.extend(subFolders2)\n",
"subFolders.extend(subFolders3)\n",
Expand Down

0 comments on commit daabfd3

Please sign in to comment.