-
Notifications
You must be signed in to change notification settings - Fork 43
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] Uninformative TypeError
using tsfeatures
when series_length < 12
#16
Comments
Hey @chillerobscuro! Thank you for reporting this. I was able to reproduce the error. Let me dig into it. |
Hey @FedericoGarza I know these things take time but any luck finding the root issue? If it's a straightforward fix I could open a PR |
hey @chillerobscuro! We release a new version (0.4.0) that fixes the issue 🙌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run this on a test series of length 11 and freq='D', and getting
TypeError: 'float' object is not subscriptable
.Is this expected/unavoidable? Ideally it could be fixed even if some features must return NaN or similar. Otherwise there could be a more informative error, or just check if the
series_length
is too small and raise an exception. Here is some code that breaks when theseries_length
is 11, but works when it's 12.Output >
The text was updated successfully, but these errors were encountered: