Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 24, 2024
1 parent bdb6d6a commit 00edd77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mne_bids_pipeline/tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ def test_run(dataset, monkeypatch, dataset_test, capsys, tmp_path):
elif dataset == "ds003775":
shutil.copy(
src=fix_path / "sub-010_ses-t1_scans.tsv",
dst=DATA_DIR / "ds003775" / "sub-010" / "ses-t1" / "sub-010_ses-t1_scans.tsv",
dst=DATA_DIR
/ "ds003775"
/ "sub-010"
/ "ses-t1"
/ "sub-010_ses-t1_scans.tsv",
)

# Run the tests.
Expand Down

0 comments on commit 00edd77

Please sign in to comment.