Skip to content

Commit 7378112

Browse files
committed
Fix error
1 parent 560a634 commit 7378112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ad.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def run_ad(args):
9090
output = run_and_capture([*RUN_JULIA_COMMAND, "--run", model_key, adtype])
9191
result = try_float(output.splitlines()[-1])
9292
except sp.CalledProcessError as e:
93+
print(f"Error running {model_key} with {adtype}. Output: {e.output}")
9394
result = "error"
9495

9596
print(f" ... {model_key} with {adtype} ==> {result}")

0 commit comments

Comments
 (0)