Skip to content

Commit

Permalink
fixed epoch testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtfa committed Dec 3, 2024
1 parent b30e43b commit 133fddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def gen_mne_data_raw():

yield raw


@pytest.fixture(scope='session')
def gen_mne_data_epochs():

# % now lets check-out the events
Expand Down
3 changes: 2 additions & 1 deletion tests/test_epoched.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import mne
from almkanal.almkanal import AlmKanal

def test_src(gen_mne_data_epochs): #, ch_picks

def test_src(gen_mne_data_epochs):

ak = AlmKanal(epoched=gen_mne_data_epochs)

Expand Down

0 comments on commit 133fddf

Please sign in to comment.