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
beat
beat.core
Commits
b5ca2385
Commit
b5ca2385
authored
Nov 10, 2020
by
Samuel GAIST
Browse files
[experiment] Fix sphinx warnings
parent
9fe2e8ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/experiment.py
View file @
b5ca2385
...
...
@@ -153,13 +153,6 @@ class Experiment(object):
Attributes:
label (str): The full, valid label of this experiment
description (str): The short description string, loaded from the JSON
file if one was set.
documentation (str): The full-length docstring for this object.
storage (object): A simple object that provides information about file
paths for this toolchain
...
...
@@ -1063,7 +1056,7 @@ class Experiment(object):
@
property
def
label
(
self
):
"""
Returns the l
abel of this experiment"""
"""
L
abel of this experiment"""
return
self
.
_label
or
"__unlabelled_experiment__"
...
...
@@ -1076,7 +1069,7 @@ class Experiment(object):
@
property
def
schema_version
(
self
):
"""
Returns the s
chema version"""
"""
S
chema version"""
return
self
.
data
.
get
(
"schema_version"
,
1
)
...
...
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