Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Feb 13, 2024
1 parent 0d05160 commit 9fb0c94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"\n",
"# Iterate over each subject and create a subplot\n",
"for i, subject in enumerate(subjects):\n",
" ax = axes[i]\n",
"\n",
" t2_data_plotly[subject]={}\n",
" for shim_mode in shim_modes:\n",
" # Initialize list to collect data for this shim method\n",
Expand Down Expand Up @@ -961,9 +961,7 @@
"\n",
"# Iterate over each subject and create a subplot\n",
"for i, subject in enumerate(subjects):\n",
" \n",
" ax = axes[i]\n",
" \n",
" \n",
" os.chdir(os.path.join(path_data, subject, \"fmap\"))\n",
" b1_data_plotly[subject]={}\n",
" \n",
Expand Down

0 comments on commit 9fb0c94

Please sign in to comment.