Skip to content

Commit ece338b

Browse files
committed
fix doctests error
1 parent 4f09bac commit ece338b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dipy/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def get_dipy_workflows(module):
229229
230230
Examples
231231
--------
232-
>>> from dipy.workflows import align
232+
>>> from dipy.workflows import align # doctest: +SKIP
233233
>>> get_dipy_workflows(align) # doctest: +SKIP
234234
235235
"""

0 commit comments

Comments
 (0)