MilesCranmer commited on
Commit
f1cd245
1 Parent(s): 1bbc0c9

Fix run function name

Browse files
Files changed (1) hide show
  1. eureqa.py +1 -1
eureqa.py CHANGED
@@ -96,4 +96,4 @@ if __name__ == "__main__":
96
  help="Unary operators. Make sure they are defined in operators.jl")
97
  args = vars(parser.parse_args()) #dict
98
 
99
- run(**args)
 
96
  help="Unary operators. Make sure they are defined in operators.jl")
97
  args = vars(parser.parse_args()) #dict
98
 
99
+ eureqa(**args)