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

Getting ComplexWarning when using ARIMA from StatsForecast #994

Open
bryaan opened this issue Mar 6, 2025 · 0 comments
Open

Getting ComplexWarning when using ARIMA from StatsForecast #994

bryaan opened this issue Mar 6, 2025 · 0 comments
Labels

Comments

@bryaan
Copy link

bryaan commented Mar 6, 2025

What happened + What you expected to happen

/lib/python3.10/site-packages/utilsforecast/processing.py:603: ComplexWarning: Casting complex values to real discards the imaginary part
data = data.astype(np.float32)

There are many of these.

Versions / Dependencies

Click to expand Dependencies:

Reproducible example

# paste your code here

Issue Severity

None

@bryaan bryaan added the bug label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant