You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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 aMath.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.
The text was updated successfully, but these errors were encountered: