Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f1cd245
1
Parent(s):
1bbc0c9
Fix run function name
Browse files
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 |
-
|
|
|
96 |
help="Unary operators. Make sure they are defined in operators.jl")
|
97 |
args = vars(parser.parse_args()) #dict
|
98 |
|
99 |
+
eureqa(**args)
|