Skip to content

Commit

Permalink
expand coverage msequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 17, 2024
1 parent b4fe28a commit f1d6aff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_msequence.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import pytest

from neurodesign import msequence


@pytest.mark.parametrize("stimtypeno", [2, 4, 8, 9])
def test_msequence_smoke(stimtypeno):
ntrials = 100
order = msequence.Msequence()
order.GenMseq(mLen=ntrials, stimtypeno=stimtypeno, seed=42)

0 comments on commit f1d6aff

Please sign in to comment.