Skip to content

Commit

Permalink
Change message of comparison error.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseshyu committed Nov 25, 2021
1 parent e58717b commit 21fec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks-cores/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def compare(old, new):
if inc == 0:
print(' Status: Normal round-off error~')
else:
print(' Status: !!!!!!!!!! Race condition !!!!!!!!!!')
print(' Status: !!!!!!!!!! SOMETHING WRONG !!!!!!!!!!')
print(' ---')


Expand Down

0 comments on commit 21fec49

Please sign in to comment.