Skip to content

Commit

Permalink
treat monkeypatched dataset as separate (i.e. its own deriv folder)
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jan 24, 2025
1 parent 42fdb43 commit 2a28c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_missing_sessions(


@pytest.mark.dataset_test
@pytest.mark.parametrize("dataset", ["MNE-funloc-data"])
@pytest.mark.parametrize("dataset", ["MNE-funloc-data-with-session-specific-MRI"])
def test_session_specific_mri(
dataset: str,
monkeypatch: pytest.MonkeyPatch,
Expand Down

0 comments on commit 2a28c10

Please sign in to comment.