We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf58e0f commit 6c01136Copy full SHA for 6c01136
1 file changed
bigcodebench/evaluate.py
@@ -209,7 +209,6 @@ def stucking_checker():
209
done, not_done = wait(futures, timeout=240, return_when=ALL_COMPLETED)
210
211
if len(done) == 0:
212
- # Output warnings after 240 seconds of no change
213
warn("No samples have finished testing in the last 240s")
214
warn(f"{len(remainings)} samples to be tested: {remainings}")
215
0 commit comments