You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: