Skip to content

Commit

Permalink
Update test_bids2table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kenneally authored Jun 22, 2024
1 parent dc4659e commit 2020adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bids2table.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_bids2table_nonexist(tmp_path: Path):
def test_bids2table_exclude(tmp_path: Path):
root = BIDS_EXAMPLES / "ds001"
index_path = tmp_path / "index_exclude.b2t"
exclude_list = ["sub-01", "sub-02"]
exclude_list = ["anat"]

tab = bids2table(
root=root, with_meta=True, persistent=True, index_path=index_path, exclude=exclude_list
Expand Down

0 comments on commit 2020adb

Please sign in to comment.