Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
4f207d32
Commit
4f207d32
authored
Apr 01, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction in tab titles
parent
f432704c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dream/plugins/DefaultTabularExit.py
dream/plugins/DefaultTabularExit.py
+1
-1
No files found.
dream/plugins/DefaultTabularExit.py
View file @
4f207d32
...
@@ -31,7 +31,7 @@ class DefaultTabularExit(plugin.OutputPreparationPlugin):
...
@@ -31,7 +31,7 @@ class DefaultTabularExit(plugin.OutputPreparationPlugin):
elif
numberOfReplications
>
1
:
elif
numberOfReplications
>
1
:
# create the titles of the columns
# create the titles of the columns
data
[
'result'
][
'result_list'
][
0
][
'exit_output'
]
=
[[
'Exit Id'
,
''
,
'Throughput'
,
''
,
''
,
'Takt Time'
,
''
,
''
,
'Lifespan'
,
''
],
data
[
'result'
][
'result_list'
][
0
][
'exit_output'
]
=
[[
'Exit Id'
,
''
,
'Throughput'
,
''
,
''
,
'Takt Time'
,
''
,
''
,
'Lifespan'
,
''
],
[
''
,
'LB'
,
'AVG'
,
'
RB'
,
'LB'
,
'AVG'
,
'RB'
,
'LB'
,
'AVG'
,
'R
B'
]]
[
''
,
'LB'
,
'AVG'
,
'
UB'
,
'LB'
,
'AVG'
,
'UB'
,
'LB'
,
'AVG'
,
'U
B'
]]
for
record
in
data
[
'result'
][
'result_list'
][
0
][
'elementList'
]:
for
record
in
data
[
'result'
][
'result_list'
][
0
][
'elementList'
]:
family
=
record
.
get
(
'family'
,
None
)
family
=
record
.
get
(
'family'
,
None
)
# when found, add a row with the results of the specific exit
# when found, add a row with the results of the specific exit
...
...
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