Skip to content

Commit 2b9ff81

Browse files
committed
Update test_wrangler.py
1 parent 18b8e09 commit 2b9ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/utils/tests/test_wrangler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def gen_layout(bids_dir, database_dir=None):
378378

379379
filters = {
380380
"fmap": {
381-
"datatype": "fmap",
381+
"datatype": ["fmap", "func"],
382382
"session": "01",
383383
},
384384
"t1w": {"datatype": "anat", "session": "01", "suffix": "T1w"},

0 commit comments

Comments
 (0)