Skip to content

Commit

Permalink
Update compare_metrics.py
Browse files Browse the repository at this point in the history
Signed-off-by: chahat sagar <109112505+chahatsagarmain@users.noreply.github.com>
  • Loading branch information
chahatsagarmain authored Jan 6, 2025
1 parent 495eb8e commit 92f5a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e/compare_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main():
file2_lines = read_metric_file(args.file2)

# Generate diff
diff_lines = generate_diff(file1_lines, file2_lines, str(args.file1), str(args.file2))
diff_lines = generate_diff(file1_lines, file2_lines)

# Check if there are any differences
if not diff_lines:
Expand All @@ -71,4 +71,4 @@ def main():
write_diff_file(diff_lines, args.output)

if __name__ == '__main__':
main()
main()

0 comments on commit 92f5a46

Please sign in to comment.