Skip to content

Commit

Permalink
show when there is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Mar 29, 2024
1 parent a041a52 commit 025a2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/measeval_e2e_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def extract_quantities(client, texts):
status, result = client.process_text(example.strip())

if status != 200:
print(f"Error {status}.")
result = {}

spans = []
Expand Down

0 comments on commit 025a2cd

Please sign in to comment.