Skip to content

Commit

Permalink
Merge pull request #219 from MilesCranmer/simdified-safe-operators
Browse files Browse the repository at this point in the history
Fixed safe operators; make progress bar print to stderr
  • Loading branch information
MilesCranmer authored Nov 4, 2022
2 parents c83cdd7 + 5784d04 commit 8390e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.11.8"
__symbolic_regression_jl_version__ = "0.14.2"
__symbolic_regression_jl_version__ = "0.14.3"
2 changes: 2 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def test_multiprocessing_turbo(self):
y = self.X[:, 0]
model = PySRRegressor(
**self.default_test_kwargs,
# Turbo needs to work with unsafe operators:
unary_operators=["sqrt"],
procs=2,
multithreading=False,
turbo=True,
Expand Down

0 comments on commit 8390e47

Please sign in to comment.