MilesCranmer commited on
Commit
551b15e
1 Parent(s): 488c798

Avoid creating helper functions in options

Browse files
Files changed (1) hide show
  1. pysr/sr.py +2 -0
pysr/sr.py CHANGED
@@ -1581,6 +1581,8 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
1581
  early_stop_condition=early_stop_condition,
1582
  seed=seed,
1583
  deterministic=self.deterministic,
 
 
1584
  )
1585
 
1586
  # Convert data to desired precision
 
1581
  early_stop_condition=early_stop_condition,
1582
  seed=seed,
1583
  deterministic=self.deterministic,
1584
+ extend_user_operators=False,
1585
+ define_helper_functions=False,
1586
  )
1587
 
1588
  # Convert data to desired precision