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

[BUG] Scipy 1.15 Affects numeric performance of ARIMA pytest #6209

Open
dantegd opened this issue Jan 7, 2025 · 0 comments
Open

[BUG] Scipy 1.15 Affects numeric performance of ARIMA pytest #6209

dantegd opened this issue Jan 7, 2025 · 0 comments
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@dantegd
Copy link
Member

dantegd commented Jan 7, 2025

The case test_arima.py::test_integration[float64-key9-data9] after the updates in #6207 gets a significant difference in value:

AssertionError: assert np.float64(4.573729490839957) < (np.float64(1.186664497564694) * (1.0 + 0.01))
 +  where 0.02 = <test_arima.ARIMAData object at 0x7f513f06fef0>.tolerance_integration
================================================================================================================================= warnings summary ==================================================================================================================================
../testing/utils.py:366
  /home/coder/cuml/python/cuml/cuml/testing/utils.py:366: PytestUnknownMarkWarning: Unknown pytest.mark.stress - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    return pytest.param(*args, **kwargs, marks=pytest.mark.stress)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================================================================================================================== short test summary info ==============================================================================================================================
FAILED test_arima.py::test_integration[float64-key9-data9] - assert np.float64(4.573729490839957) < (np.float64(1.186664497564694) * (1.0 + 0.01))
@dantegd dantegd added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant