fix: Remove quadratic_solve import from test
Some checks failed
Run Python Tests / test (3.10) (pull_request) Successful in 15s
Run Python Tests / test (3.12) (pull_request) Failing after 15s
Run Python Tests / test (3.8) (pull_request) Failing after 3m8s

This commit is contained in:
2025-10-27 10:14:58 -04:00
parent 34019a67b0
commit 415e2a3ef5

View File

@@ -8,7 +8,7 @@ try:
except ImportError:
_CUPY_AVAILABLE = False
from polysolve import Function, GA_Options, quadratic_solve
from polysolve import Function, GA_Options
@pytest.fixture
def quadratic_func() -> Function: