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
juga
sbws
Commits
e64ecd47
Commit
e64ecd47
authored
Aug 31, 2018
by
juga
Browse files
Use observed bw methods to init V3BWLine
parent
54c7ec92
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/v3bwfile.py
View file @
e64ecd47
...
...
@@ -264,6 +264,10 @@ class V3BWLine(object):
kwargs
[
'bw_bs_mean'
]
=
cls
.
bw_bs_mean_from_results
(
success_results
)
kwargs
[
'bw_bs_median'
]
=
cls
.
bw_bs_median_from_results
(
success_results
)
kwargs
[
'desc_obs_bw_bs_last'
]
=
\
cls
.
desc_obs_bw_bs_last_from_results
(
success_results
)
kwargs
[
'desc_obs_bw_bs_mean'
]
=
\
cls
.
desc_obs_bw_bs_mean_from_results
(
success_results
)
bwl
=
cls
(
node_id
,
bw
,
**
kwargs
)
return
bwl
return
None
...
...
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