Skip to content

Commit 9de89ae

Browse files
committed
BF: make the comparator work with both versions specifications of heuristics
1 parent 41e1b76 commit 9de89ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/test-compare-two-versions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ function run() {
3030

3131
# just do full conversion
3232
echo "Running $whichheudiconv with log in $out.log"
33-
$RUN heudiconv --random-seed 1 -f $heudiconvdir/heuristics/reproin.py -c dcm2niix -o $out --datalad --bids "$@" >| $out.log 2>&1
33+
$RUN heudiconv --random-seed 1 -c dcm2niix -o $out --datalad --bids "$@" >| $out.log 2>&1
3434
}
3535

36-
run heudiconv rolando "$@"
37-
run heudiconv-master master --files "$@"
36+
run heudiconv rolando -f heudiconv/heuristics/dbic_bids.py "$@"
37+
run heudiconv-master master -f reproin --files "$@"
3838

3939
cd $outdir
4040
#git remote add rolando "$outdir/rolando"

0 commit comments

Comments
 (0)