Skip to content

Commit

Permalink
trying src
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtfa committed Dec 3, 2024
1 parent bb97173 commit 4b22d38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ def test_fwd(gen_mne_data_raw):
ak.do_fwd_model(subject_id='sample',
subjects_dir='./')

data_path = mne.datasets.sample.data_path()
meg_path = data_path / 'MEG' / 'sample'
raw_fname = meg_path / 'sample_audvis_raw.fif'
ak.do_src(subject_id = 'sample',
subjects_dir = './')
subjects_dir = './',
return_parc=True,
empty_room_path=raw_fname,)



Expand Down

0 comments on commit 4b22d38

Please sign in to comment.