Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Feb 11, 2020
1 parent ad73c5d commit 03183a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newAnalyzeMacroPerf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def getMedianIntValue(inputFolderName, fileTemplate):
for i in range(1, 11):
contents = read(inputFolderName, fileTemplate.format(str(i)))
if contents:
vals.append(int())
vals.append(int(contents))
return median(vals)

def main():
Expand Down

0 comments on commit 03183a6

Please sign in to comment.