@@ -54,7 +54,7 @@ environment variable is not set, some FreeSurfer related tests will fail.
5454If any of the tests failed, please report them on our `bug tracker
5555<http://github.com/nipy/nipype/issues> `_.
5656
57- On Debian systems with a local copy of MATLAB installed, set the following
57+ On Debian systems with a local copy of MATLAB installed, set the following
5858environment variable before running tests::
5959
6060 export MATLABCMD=$pathtomatlabdir/bin/$platform/MATLAB
@@ -74,8 +74,8 @@ A few tests in Nipype make use of some images distributed within the `FSL course
7474<http://fsl.fmrib.ox.ac.uk/fslcourse/> `_. This reduced version of the package can be downloaded `here
7575<https://files.osf.io/v1/resources/nefdp/providers/osfstorage/57f472cf9ad5a101f977ecfe> `_.
7676To enable the tests depending on these data, just unpack the targz file and set the :code: `FSL_COURSE_DATA ` environment
77- variable to point to that folder.
78- Note, that the test execution time can increase significantly with these additional tests.
77+ variable to point to that folder.
78+ Note, that the test execution time can increase significantly with these additional tests.
7979
8080
8181Xfailed tests
@@ -87,14 +87,14 @@ Some tests are expect to fail until the code will be changed or for other reason
8787Testing Nipype using Docker
8888---------------------------
8989
90- Nipype is tested inside Docker containers and users can use nipype images to test local versions.
90+ Nipype is tested inside Docker containers and users can use nipype images to test local versions.
9191First, install the `Docker Engine <https://docs.docker.com/engine/installation/ >`_.
9292Nipype has one base docker image called nipype/nipype:base, that contains several useful tools
9393 (FreeSurfer, AFNI, FSL, ANTs, etc.), and additional test images
9494for specific Python versions: py27 for Python 2.7 and py36 for Python 3.6.
9595
9696Users can pull the nipype image for Python 3.6 as follows::
97-
97+
9898 docker pull nipype/nipype:py36
9999
100100In order to test a local version of nipype you can run test within container as follows::
@@ -105,5 +105,5 @@ In order to test a local version of nipype you can run test within container as
105105Additional comments
106106-------------------
107107
108- If the project is tested both on your local OS and within a Docker container, you might have to remove all
108+ If the project is tested both on your local OS and within a Docker container, you might have to remove all
109109``__pycache__ `` directories before switching between your OS and a container.
0 commit comments