Skip to content

Commit d00be52

Browse files
author
Henrique Assumpção
committed
remove unused code from uncertainty_ineq
1 parent 2d6e54e commit d00be52

File tree

1 file changed

+1
-5
lines changed
  • examples/alphaevolve_math_problems/uncertainty_ineq

1 file changed

+1
-5
lines changed

examples/alphaevolve_math_problems/uncertainty_ineq/evaluator.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# ===--------------------------------------------------------------------------------------===#
1313

14-
import sys, os, time, json, numpy as np
14+
import sys, os, time, numpy as np
1515
import sympy as sp
1616

1717
BENCHMARK = 0.3215872333529007
@@ -127,7 +127,3 @@ def evaluate(program_path: str):
127127
}
128128
except Exception as e:
129129
return {"combined_score": 0.0, "error": str(e)}
130-
131-
132-
if __name__ == "__main__":
133-
evaluate(sys.argv[1], sys.argv[2])

0 commit comments

Comments
 (0)