Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PySR integration test #461

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: save to temp file
MilesCranmer committed Aug 23, 2024
commit fa272c6a663727c0c4cd130fe24b209c58630517
2 changes: 2 additions & 0 deletions pytest/integration/test_pysr.py
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@ def test_integration_pysr():
unary_operators=["cos"],
binary_operators=["*", "+", "-"],
early_stop_condition=1e-5,
temp_equation_file=True,
progress=False,
)
model.fit(X, y)
assert model.equations_.iloc[-1]["loss"] < 1e-5