Skip to content

Commit bf0cb87

Browse files
committed
Fixed Eval
1 parent 3a2f6ed commit bf0cb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code_execution/data_structures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def default_should_early_stop(
162162
**_k,
163163
) -> bool:
164164
_ = cmd_idx
165+
_ = _k
165166
if stop_for_timeout and res.timed_out:
166167
return True
167168
if expected_rtr_code is not None and res.return_code != expected_rtr_code:

0 commit comments

Comments
 (0)