Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Arthofer
fslpy
Commits
f31b4062
Commit
f31b4062
authored
Feb 19, 2021
by
Paul McCarthy
🚵
Browse files
MNT: Deprecation warning in filetree
parent
48b09f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/utils/filetree/__init__.py
View file @
f31b4062
...
...
@@ -289,7 +289,7 @@ of the short variable names defined in the
Running a pipeline on a subset of participants/sessions/runs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Suppose you want to run your pipeline on a subset of your data while testing.
Suppose you want to run your pipeline on a subset of your data while testing.
You may want to do this if your data has a a hierarchy of variables (e.g. participant, session, run) as in the example below.
::
...
...
@@ -321,3 +321,12 @@ __author__ = 'Michiel Cottaar <Michiel.Cottaar@ndcn.ox.ac.uk>'
from
.filetree
import
FileTree
,
register_tree
,
MissingVariable
from
.parse
import
tree_directories
,
list_all_trees
from
.query
import
FileTreeQuery
import
fsl.utils.deprecated
as
deprecated
deprecated
.
warn
(
'fsl.utils.filetree'
,
vin
=
'3.6.0'
,
rin
=
'4.0.0'
,
msg
=
'The filetree package is now released as a separate '
'Python library ("file-tree" on PyPi), and will be '
'removed in a future version of fslpy.'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment