File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
<http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/POSSUM>`_ command line tools.
8
8
Please, check out the link for pertinent citations using POSSUM.
9
9
10
- .. Note:: This was written to work with FSL version 5.0.6.
10
+ .. Note:: This was written to work with FSL version 5.0.6.
11
11
12
- Change directory to provide relative paths for doctests
13
- >>> import os
14
- >>> filepath = os.path.dirname( os.path.realpath( __file__ ) )
15
- >>> datadir = os.path.realpath(os.path.join(filepath, '../../testing/data'))
16
- >>> os.chdir(datadir)
12
+ .. testsetup::
13
+
14
+ # Change directory to provide relative paths for doctests
15
+ import os
16
+ filepath = os.path.dirname( os.path.realpath( __file__ ) )
17
+ datadir = os.path.realpath(os.path.join(filepath, '../../testing/data'))
18
+ os.chdir(datadir)
17
19
18
20
"""
19
21
You can’t perform that action at this time.
0 commit comments