We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3df8b commit fa272c6Copy full SHA for fa272c6
pytest/integration/test_pysr.py
@@ -11,6 +11,8 @@ def test_integration_pysr():
11
unary_operators=["cos"],
12
binary_operators=["*", "+", "-"],
13
early_stop_condition=1e-5,
14
+ temp_equation_file=True,
15
+ progress=False,
16
)
17
model.fit(X, y)
18
assert model.equations_.iloc[-1]["loss"] < 1e-5
0 commit comments