We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447e7f1 commit 3bd70f7Copy full SHA for 3bd70f7
nipype/algorithms/modelgen.py
@@ -477,6 +477,8 @@ def _concatenate_info(self, infolist):
477
infoout.onsets[j].extend(onsets.tolist())
478
for j, val in enumerate(info.durations):
479
if len(val) > 1:
480
+ print 'new script installed'
481
+ import pdb; pdb.set_trace() # breakpoint aaf99b04 //
482
infoout.durations[j].extend(info.durations[j])
483
if hasattr(info, 'amplitudes') and info.amplitudes:
484
for j, val in enumerate(info.amplitudes):
0 commit comments