From 2020adb4b4789e223deb75918567d147413d65bd Mon Sep 17 00:00:00 2001 From: Elizabeth Kenneally <113037677+e-kenneally@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:05:53 +0900 Subject: [PATCH] Update test_bids2table.py --- tests/test_bids2table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bids2table.py b/tests/test_bids2table.py index cf9487f..7aa2bc5 100644 --- a/tests/test_bids2table.py +++ b/tests/test_bids2table.py @@ -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