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

Commit

Permalink
Add success message
Browse files Browse the repository at this point in the history
  • Loading branch information
lrw04 committed Jul 11, 2022
1 parent efd9fdb commit 5352120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
if abs(exp - cur) / exp > tolerance:
print(f"job{i}.out: {cur}, job{i}.exp: {exp}")
exit(1)
print("success")

0 comments on commit 5352120

Please sign in to comment.