Skip to content

Commit c15ba6b

Browse files
committed
Revert "Extended MRtrix3 interface"
This reverts commit bb9f5b4.
1 parent bb9f5b4 commit c15ba6b

File tree

17 files changed

+16
-318
lines changed

17 files changed

+16
-318
lines changed

doc/users/config_file.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Execution
7474

7575
*display_variable*
7676
Override the ``$DISPLAY`` environment variable for interfaces that require
77-
an X server. This option is useful if there is a running X server, but
78-
``$DISPLAY`` was not defined in nipype's environment. For example, if an X
77+
an X server. This option is useful if there is a running X server, but
78+
``$DISPLAY`` was not defined in nipype's environment. For example, if an X
7979
server is listening on the default port of 6000, set ``display_variable = :0``
80-
to enable nipype interfaces to use it. It may also point to displays provided
81-
by VNC, `xnest <http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html>`_
80+
to enable nipype interfaces to use it. It may also point to displays provided
81+
by VNC, `xnest <http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html>`_
8282
or `Xvfb <http://www.x.org/archive/X11R6.8.1/doc/Xvfb.1.html>`_.
8383
If neither ``display_variable`` nor the ``$DISPLAY`` environment variable are
8484
set, nipype will try to configure a new virtual server using Xvfb.

doc/users/plugins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Optional arguments::
8282
exceed the total amount of resources available (memory and threads), when
8383
``False`` (default), only a warning will be issued.
8484

85-
maxtasksperchild : number of nodes to run on each process before refreshing
85+
maxtasksperchild : number of nodes to run on each process before refreshing
8686
the worker (default: 10).
87-
87+
8888

8989
To distribute processing on a multicore machine, simply call::
9090

nipype/algorithms/tests/test_auto_CompCor.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

nipype/algorithms/tests/test_auto_ErrorMap.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

nipype/algorithms/tests/test_auto_Overlap.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

nipype/algorithms/tests/test_auto_TSNR.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

nipype/algorithms/tests/test_mesh_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@pytest.mark.skipif(VTKInfo.no_tvtk(), reason="tvtk is not installed")
1717
def test_ident_distances(tmpdir):
18-
tmpdir.chdir()
18+
tmpdir.chdir()
1919

2020
in_surf = example_data('surf01.vtk')
2121
dist_ident = m.ComputeMeshWarp()

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,7 @@ class Qwarp(AFNICommand):
34903490
>>> qwarp3.inputs.base_file = 'mni.nii'
34913491
>>> qwarp3.inputs.allineate = True
34923492
>>> qwarp3.inputs.allineate_opts = '-cose lpa -verb'
3493-
>>> qwarp3.cmdline # doctest: +ALLOW_UNICODE
3493+
>>> qwarp3.cmdline
34943494
"3dQwarp -allineate -allineate_opts '-cose lpa -verb' -base mni.nii -source structural.nii -prefix structural_QW"
34953495
>>> res3 = qwarp3.run() # doctest: +SKIP """
34963496
_cmd = '3dQwarp'

nipype/interfaces/afni/tests/test_auto_TCatSubBrick.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ class NwarpCat(AFNICommand):
16741674
>>> nwarpcat = afni.NwarpCat()
16751675
>>> nwarpcat.inputs.in_files = ['Q25_warp+tlrc.HEAD', ('IDENT', 'structural.nii')]
16761676
>>> nwarpcat.inputs.out_file = 'Fred_total_WARP'
1677-
>>> nwarpcat.cmdline # doctest: +ALLOW_UNICODE
1677+
>>> nwarpcat.cmdline
16781678
"3dNwarpCat -prefix Fred_total_WARP Q25_warp+tlrc.HEAD 'IDENT(structural.nii)'"
16791679
>>> res = nwarpcat.run() # doctest: +SKIP
16801680

0 commit comments

Comments
 (0)