Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
f1ada9f
1
Parent(s):
09c45a1
Bump SymReg version with loss output fix
Browse files- pysr/sr.py +1 -1
- test/test.py +0 -2
pysr/sr.py
CHANGED
@@ -339,7 +339,7 @@ def _write_project_file(tmp_dir):
|
|
339 |
SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
|
340 |
|
341 |
[compat]
|
342 |
-
SymbolicRegression = "0.7.
|
343 |
julia = "1.5"
|
344 |
"""
|
345 |
|
|
|
339 |
SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
|
340 |
|
341 |
[compat]
|
342 |
+
SymbolicRegression = "0.7.5"
|
343 |
julia = "1.5"
|
344 |
"""
|
345 |
|
test/test.py
CHANGED
@@ -15,7 +15,6 @@ class TestPipeline(unittest.TestCase):
|
|
15 |
populations=4,
|
16 |
annealing=True,
|
17 |
useFrequency=False,
|
18 |
-
parsimony=0.0,
|
19 |
)
|
20 |
np.random.seed(0)
|
21 |
self.X = np.random.randn(100, 5)
|
@@ -196,7 +195,6 @@ class TestBest(unittest.TestCase):
|
|
196 |
output_jax_format=False,
|
197 |
multioutput=False,
|
198 |
nout=1,
|
199 |
-
parsimony=0.0,
|
200 |
)
|
201 |
self.model.n_features = 2
|
202 |
self.model.refresh()
|
|
|
15 |
populations=4,
|
16 |
annealing=True,
|
17 |
useFrequency=False,
|
|
|
18 |
)
|
19 |
np.random.seed(0)
|
20 |
self.X = np.random.randn(100, 5)
|
|
|
195 |
output_jax_format=False,
|
196 |
multioutput=False,
|
197 |
nout=1,
|
|
|
198 |
)
|
199 |
self.model.n_features = 2
|
200 |
self.model.refresh()
|