We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560a634 commit 7378112Copy full SHA for 7378112
ad.py
@@ -90,6 +90,7 @@ def run_ad(args):
90
output = run_and_capture([*RUN_JULIA_COMMAND, "--run", model_key, adtype])
91
result = try_float(output.splitlines()[-1])
92
except sp.CalledProcessError as e:
93
+ print(f"Error running {model_key} with {adtype}. Output: {e.output}")
94
result = "error"
95
96
print(f" ... {model_key} with {adtype} ==> {result}")
0 commit comments