Skip to content

Commit

Permalink
fwd push
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtfa committed Dec 3, 2024
1 parent c908ee1 commit bb97173
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ def test_epoching(gen_mne_data_raw):
ak.do_epochs(tmin=-0.2, tmax=0.5, event_id=event_dict)


def test_fwd(gen_mne_data_raw):
ak = AlmKanal(raw=gen_mne_data_raw)
ak.do_fwd_model(subject_id='sample',
subjects_dir='./')

ak.do_src(subject_id = 'sample',
subjects_dir = './')



#@pytest.mark.parametrize('ch_picks', CH_PICKS, scope='session')
def test_src(gen_mne_data_raw): #, ch_picks
data_path = mne.datasets.sample.data_path()
Expand Down

0 comments on commit bb97173

Please sign in to comment.