Skip to content

Commit fa272c6

Browse files
committed
test: save to temp file
1 parent 4e3df8b commit fa272c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest/integration/test_pysr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ def test_integration_pysr():
1111
unary_operators=["cos"],
1212
binary_operators=["*", "+", "-"],
1313
early_stop_condition=1e-5,
14+
temp_equation_file=True,
15+
progress=False,
1416
)
1517
model.fit(X, y)
1618
assert model.equations_.iloc[-1]["loss"] < 1e-5

0 commit comments

Comments
 (0)