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 8729378 commit 36f673aCopy full SHA for 36f673a
main.py
@@ -36,7 +36,7 @@ def chat(
36
"""
37
)
38
solved = False
39
- for _ in range(max_epochs):
+ for _ in range(max_epochs - 1):
40
# test_exit_code, test_result(s = get_test_results()
41
test_exit_code, test_results = test_runner.run()
42
print(test_results)
0 commit comments