Skip to content

Commit 6c01136

Browse files
committed
Remove superfluous comment
1 parent bf58e0f commit 6c01136

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bigcodebench/evaluate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def stucking_checker():
209209
done, not_done = wait(futures, timeout=240, return_when=ALL_COMPLETED)
210210

211211
if len(done) == 0:
212-
# Output warnings after 240 seconds of no change
213212
warn("No samples have finished testing in the last 240s")
214213
warn(f"{len(remainings)} samples to be tested: {remainings}")
215214

0 commit comments

Comments
 (0)