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

Error in RSS.table[as.character(opt[1]), i] : subscript out of bounds when using C++ #13

Open
GreatEmerald opened this issue Nov 12, 2019 · 0 comments
Labels

Comments

@GreatEmerald
Copy link
Contributor

I noticed a difference when running the R code and the C++ code path: in the latter, I sometimes get the error:

Error in RSS.table[as.character(opt[1]), i] : subscript out of bounds

This comes from breakpoints(), extract.breaks(), which implies that the RSS.table is not the same size as it would be in the R implementation (as I have never run into that problem in the R code path). I'll try and get an example time series for that.

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