You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nipype/interfaces/nitime/analysis.py
+5-2
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,14 @@ class CoherenceAnalyzerInputSpec(BaseInterfaceInputSpec):
86
86
)
87
87
88
88
output_csv_file=File(
89
-
desc="File to write outputs (coherence,time-delay) with file-names: ``file_name_{coherence,timedelay}``"
89
+
desc="File to write outputs (coherence,time-delay) with file-names: "
90
+
"``file_name_{coherence,timedelay}``"
90
91
)
91
92
92
93
output_figure_file=File(
93
-
desc="File to write output figures (coherence,time-delay) with file-names: ``file_name_{coherence,timedelay}``. Possible formats: .png,.svg,.pdf,.jpg,..."
94
+
desc="""\
95
+
File to write output figures (coherence,time-delay) with file-names:
96
+
``file_name_{coherence,timedelay}``. Possible formats: .png,.svg,.pdf,.jpg,..."""
0 commit comments