Skip to content

Commit

Permalink
ci: add print
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 14, 2024
1 parent 240ba92 commit 91376ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def check_results(pickle_result, ref_pickle):
try:
assert result_optimization["fit_details"] == ref_optimization["fit_details"]
except AssertionError:
print("fit_details are not equal")
sys.exit(1)


Expand Down

0 comments on commit 91376ab

Please sign in to comment.