Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
c6417de3
Commit
c6417de3
authored
Aug 09, 2018
by
Flavio TARSETTI
Browse files
[experiments] fix issue related to mixing click functions and other class functions
parent
611ccc72
Pipeline
#22791
passed with stages
in 36 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/experiments.py
View file @
c6417de3
...
...
@@ -493,7 +493,7 @@ def plot_impl(webapi, configuration, prefix, names, remote_results, show, force,
check_plottable
=
True
else
:
# make sure experiment exists locally or pull it
experiments
=
pull
(
webapi
,
configuration
.
path
,
[
name
],
force
,
indentation
,
format_cache
)
experiments
=
pull
_impl
(
webapi
,
configuration
.
path
,
[
name
],
force
,
indentation
,
format_cache
)
# get information from cache
dataformat_cache
=
{}
...
...
Write
Preview
Markdown
is supported
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