-
Notifications
You must be signed in to change notification settings - Fork 7
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
Crash when marking changepoints in renaissance data #100
Comments
I assume this means that you have N iterations and a window size of M where N should be > M, but is actually <= M. I might be very wrong. |
Well, that's what I thought too, but I have 2000 samples and I'm using the default window size. I'll investigate when I get a chance. Just wanted to raise the bug so it isn't forgotten. |
This happens when the size of your data is less than the window size. In the case I reported above, this was due to a crashed process execution, which Krun represents as the empty list. My suggestion is to check the size of your data. |
Thanks for your quick support. |
It looks like you are using the changepoint library from R(?). This repo is a Python library that merely consumes the R library in a black box fashion. As such, I can't really help with your query, but you may have luck asking upstream? |
It could be that the data is incomplete (in terms of pexecs), but I get the following crash:
The text was updated successfully, but these errors were encountered: