Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evan Edmond
fslpy
Commits
96def00d
Commit
96def00d
authored
8 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Doc fixes
parent
158db705
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fsl/data/fixlabels.py
+1
-1
1 addition, 1 deletion
fsl/data/fixlabels.py
fsl/utils/settings.py
+1
-1
1 addition, 1 deletion
fsl/utils/settings.py
with
2 additions
and
2 deletions
fsl/data/fixlabels.py
+
1
−
1
View file @
96def00d
...
@@ -287,7 +287,7 @@ def isNoisyComponent(labels, signalLabels=None):
...
@@ -287,7 +287,7 @@ def isNoisyComponent(labels, signalLabels=None):
:arg signalLabels: Labels which are deemed signal. If a component has
:arg signalLabels: Labels which are deemed signal. If a component has
no labels in this list, it is deemed noise. Defaults
no labels in this list, it is deemed noise. Defaults
to ``[
'
Signal
'
,
'
Unknown
'
]`.
to ``[
'
Signal
'
,
'
Unknown
'
]`
`
.
"""
"""
if
signalLabels
is
None
:
if
signalLabels
is
None
:
signalLabels
=
[
'
signal
'
,
'
unknown
'
]
signalLabels
=
[
'
signal
'
,
'
unknown
'
]
...
...
This diff is collapsed.
Click to expand it.
fsl/utils/settings.py
+
1
−
1
View file @
96def00d
...
@@ -34,7 +34,7 @@ Two types of configuration data are available:
...
@@ -34,7 +34,7 @@ Two types of configuration data are available:
that can be pickled can be stored.
that can be pickled can be stored.
- Separate files, either text or binary. Access these via the ``readFile``,
- Separate files, either text or binary. Access these via the ``readFile``,
``writeFile`, and ``deleteFile` functions.
``writeFile`
`
, and ``deleteFile`
`
functions.
Both of the above data types will be stored in a configuration directory.
Both of the above data types will be stored in a configuration directory.
The location of this directory differs from platform to platform, but is
The location of this directory differs from platform to platform, but is
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment