Skip to content

Commit

Permalink
fix 3rd example
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma committed Jun 2, 2024
1 parent 4eeda59 commit e4f5f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_meg_data_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _load_somato(cond):
# Get data paths
data_path = somato.data_path()
subject = '01'
subjects_dir = data_path + '/derivatives/freesurfer/subjects'
subjects_dir = data_path / '/derivatives/freesurfer/subjects'
raw_fname = os.path.join(data_path, f'sub-{subject}', 'meg',
f'sub-{subject}_task-{cond}_meg.fif')
fwd_fname = os.path.join(data_path, 'derivatives', f'sub-{subject}',
Expand Down

0 comments on commit e4f5f12

Please sign in to comment.