MilesCranmer commited on
Commit
48aee58
·
unverified ·
1 Parent(s): fadaa8d

Don't print progress when running

Browse files
Files changed (1) hide show
  1. gui/run_pysr_and_save.py +1 -0
gui/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,