Spaces:
Running
Running
MilesCranmer
commited on
Commit
·
cfec30d
1
Parent(s):
5c5efaf
Don't print progress when running
Browse files- run_pysr_and_save.py +1 -0
run_pysr_and_save.py
CHANGED
@@ -49,6 +49,7 @@ if __name__ == "__main__":
|
|
49 |
|
50 |
model = PySRRegressor(
|
51 |
update=False,
|
|
|
52 |
niterations=niterations,
|
53 |
binary_operators=binary_operators,
|
54 |
unary_operators=unary_operators,
|
|
|
49 |
|
50 |
model = PySRRegressor(
|
51 |
update=False,
|
52 |
+
progress=False,
|
53 |
niterations=niterations,
|
54 |
binary_operators=binary_operators,
|
55 |
unary_operators=unary_operators,
|