Skip to content

Commit d486984

Browse files
committed
Doctests fix
1 parent f6f9f46 commit d486984

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ class SigLoss(FSLCommand):
11781178
11791179
Examples
11801180
--------
1181-
>>> sigloss = Sigloss()
1181+
>>> sigloss = SigLoss()
11821182
>>> sigloss.inputs.in_file = "phase.nii"
11831183
>>> sigloss.inputs.echo_time = 0.03
11841184
>>> res = sigloss.run() # doctest: +SKIP

nipype/testing/data/complex.nii

Whitespace-only changes.

nipype/testing/data/struct_to_func.mat

Whitespace-only changes.

0 commit comments

Comments
 (0)