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

ClusteringGenomicHMMSegmenter can fail if random memory length exceeds maximum allowed. #2877

Closed
droazen opened this issue Jun 5, 2017 · 1 comment

Comments

@droazen
Copy link
Contributor

droazen commented Jun 5, 2017

@samuelklee commented on Tue Aug 09 2016

This combined with an unset random seed was causing AlleleFractionSegmenter.testChromosomesOnDifferentSegments to fail intermittently in #633. @davidbenjamin could you take a look when you get back? This could be fixed easily by a Math.min in the right place, but I don't know if the fact that the memory length seems to blow up is something generic that happens when we collapse to a single state that needs to be addressed more carefully.


@samuelklee commented on Wed Aug 17 2016

@davidbenjamin can you take a quick look? I think it's probably a quick fix.


@davidbenjamin commented on Wed Aug 17 2016

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants