Skip to content

Commit

Permalink
added unit tests and github action
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-boyapally committed Jan 18, 2024
1 parent 3ed2dc7 commit 88f1c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fmatch/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def parse_burner_cpu_results(self, data: dict):
acpu = next(item for item in cpu if item["key"] == stamp['key'])
dat['cpu_avg'] = acpu['cpu']['value']
res.append(dat)
print("result",res)
return res

def convert_to_df(self, data, columns=None):
Expand Down

0 comments on commit 88f1c72

Please sign in to comment.