Skip to content

Commit

Permalink
Avoid creating helper functions in options
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Oct 24, 2022
1 parent 488c798 commit 551b15e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysr/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1581,6 +1581,8 @@ def _run(self, X, y, mutated_params, weights, seed):
early_stop_condition=early_stop_condition,
seed=seed,
deterministic=self.deterministic,
extend_user_operators=False,
define_helper_functions=False,
)

# Convert data to desired precision
Expand Down

0 comments on commit 551b15e

Please sign in to comment.