Skip to content

Commit

Permalink
resources: add # instead of ''utilization'
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed May 7, 2020
1 parent 5f6dcce commit b4de454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_general_dataframe(results):

resources_keys = list(resources.keys())
for key in resources_keys:
resources["{}_utilization".format(key)] = resources.pop(key)
resources["#{}".format(key)] = resources.pop(key)

# Get versions
tools = dict()
Expand Down

0 comments on commit b4de454

Please sign in to comment.