File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414 ga ( 'create' , 'UA-339450-7' , 'nipy.org/nipype' ) ;
1515 ga ( 'send' , 'pageview' ) ;
1616</ script >
17+ < script >
18+ ( ( window . gitter = { } ) . chat = { } ) . options = {
19+ room : 'nipy/nipype'
20+ } ;
21+ </ script >
22+ < script src ="https://sidecar.gitter.im/dist/sidecar.v1.js " async defer > </ script >
1723{% endblock %}
1824
1925{% block header %}
Original file line number Diff line number Diff line change @@ -527,11 +527,6 @@ class ApplyMask(FSCommand):
527527 input_spec = ApplyMaskInputSpec
528528 output_spec = ApplyMaskOutputSpec
529529
530- def _list_outputs (self ):
531- outputs = self ._outputs ().get ()
532- outputs ["out_file" ] = os .path .abspath (self .inputs .out_file )
533- return outputs
534-
535530
536531class SurfaceSnapshotsInputSpec (FSTraitedSpec ):
537532
You can’t perform that action at this time.
0 commit comments