Spaces:
Runtime error
Runtime error
Commit
·
bf34e9e
1
Parent(s):
2071b6f
Update bc_eval.py
Browse files- bc_eval.py +1 -1
bc_eval.py
CHANGED
@@ -247,7 +247,7 @@ def _eval_single_pred(result, test_ids, num_expected_commands):
|
|
247 |
had_error = True
|
248 |
|
249 |
if had_error:
|
250 |
-
return "
|
251 |
if did_test_fail:
|
252 |
return "FAILED", num_passed, test_case_results
|
253 |
|
|
|
247 |
had_error = True
|
248 |
|
249 |
if had_error:
|
250 |
+
return "HAD_RUNTIME_ERROR", num_passed, test_case_results
|
251 |
if did_test_fail:
|
252 |
return "FAILED", num_passed, test_case_results
|
253 |
|