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 8c1d7bc commit 0b8ca98Copy full SHA for 0b8ca98
examples/function_minimization/evaluator.py
@@ -343,4 +343,4 @@ def evaluate_stage1(program_path):
343
def evaluate_stage2(program_path):
344
"""Second stage evaluation with more thorough testing"""
345
# Full evaluation as in the main evaluate function
346
- return evaluate(program_path)
+ return evaluate(program_path)
0 commit comments