Skip to content

Commit d547366

Browse files
oestebaneffigies
andauthored
Apply suggestions from code review
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 88ce978 commit d547366

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nipype/interfaces/spm/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Level1DesignInputSpec(SPMCommandInputSpec):
7070
* hrf
7171
7272
* derivs -- (2-element list) Model HRF Derivatives. No derivatives: [0,0],
73-
Time derivatives : [1,0], Time and Dispersion derivatives: [1,1]
73+
Time derivatives : [1,0], Time and Dispersion derivatives: [1,1]
7474
7575
* fourier, fourier_han, gamma, or fir:
7676
@@ -500,7 +500,7 @@ def _make_matlab_command(self, _):
500500
if contrast.sessions:
501501
for sno, sw in enumerate(contrast.sessions):
502502
script += "sidx = find(condsess(idx)==%d);\n" % (sno + 1)
503-
script += ("consess{%d}.tcon.convec(idx(sidx)) = %f;\n") % (
503+
script += "consess{%d}.tcon.convec(idx(sidx)) = %f;\n" % (
504504
i + 1,
505505
sw * contrast.weights[c0],
506506
)

nipype/interfaces/spm/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class FieldMap(SPMCommand):
207207
208208
.. important::
209209
210-
This interface does not deal with real/imag magnitude images neither
210+
This interface does not deal with real/imag magnitude images nor
211211
with the two phase files case.
212212
213213
Examples

0 commit comments

Comments
 (0)