-
Notifications
You must be signed in to change notification settings - Fork 108
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
AR1 Warning: Cannot place an upperbound on the unbiased AR(1). Series is too short or trend is to large. #40
Comments
I have this issue as well |
I also see a slight discrepancy between the github master repo and the latest pip install (from today), where the 'if sig:' line in wct occurs after the autoregressive function. So even though I'm giving wct sig=False, it triggers, and fails |
I know this is absolutely horrible practice, but I'm going to move the |
Seemed to do the trick. |
@claytonjschneider can you please tell if there is any better solution to this? |
Sorry - haven’t been involved in cwt since my original comment. I remember that workaround fixing it, but not sure whether updates in the last 2 years have made it obsolete. |
I see. For cwt, I could get around if the data is long enough. But for coherence transform wct function, it stops working even with the data records whose length was sufficient for cwt. |
When I want to replace the nan values of the dataset with mean value, sometimes it will raise the warning. I can't tell the difference between the problematic data and the normal data. If I use zero or mean/2, this warning will not raise. Does anyone meet this issue?
The text was updated successfully, but these errors were encountered: