Skip to content

Commit 0b8ca98

Browse files
authored
Update evaluator.py
1 parent 8c1d7bc commit 0b8ca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/function_minimization/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,4 @@ def evaluate_stage1(program_path):
343343
def evaluate_stage2(program_path):
344344
"""Second stage evaluation with more thorough testing"""
345345
# Full evaluation as in the main evaluate function
346-
return evaluate(program_path)
346+
return evaluate(program_path)

0 commit comments

Comments
 (0)