Skip to content

Commit d3ba07e

Browse files
committed
BF(TST): we disabled filtering of the sequences for now at some point
1 parent 878ff7a commit d3ba07e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heuristics/dbic_bids.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,9 @@ def fixup_subjectid(subjectid):
730730

731731

732732
def test_filter_files():
733+
# Filtering is currently disabled -- any sequence directory is Ok
733734
assert(filter_files('/home/mvdoc/dbic/09-run_func_meh/0123432432.dcm'))
734-
assert(not filter_files('/home/mvdoc/dbic/run_func_meh/012343143.dcm'))
735+
assert(filter_files('/home/mvdoc/dbic/run_func_meh/012343143.dcm'))
735736

736737

737738
def test_md5sum():

0 commit comments

Comments
 (0)