Skip to content

Commit 3bd70f7

Browse files
committed
test
1 parent 447e7f1 commit 3bd70f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/algorithms/modelgen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ def _concatenate_info(self, infolist):
477477
infoout.onsets[j].extend(onsets.tolist())
478478
for j, val in enumerate(info.durations):
479479
if len(val) > 1:
480+
print 'new script installed'
481+
import pdb; pdb.set_trace() # breakpoint aaf99b04 //
480482
infoout.durations[j].extend(info.durations[j])
481483
if hasattr(info, 'amplitudes') and info.amplitudes:
482484
for j, val in enumerate(info.amplitudes):

0 commit comments

Comments
 (0)