Jerome Kelleher
Jerome Kelleher
I've had a bit of a fiddle with this, and I've not been able to successfully build and import _tskit or the lwt_module (in the example_c_module). There's some funkiness going...
Conda forge packages seem to have gone through ok, so that might be a way forward in terms of CI anyway
That is interesting. I can see the LD calculator causing problems as that does a lot of seeking backward and forward (was the original motivation for bidirectional seeking). I don't...
seek_skip might be a bit more descriptive?
Something to bear in mind here is that sample_lists might not be compatible with this when seeking around randomly because of the non-linear order that edges can get inserted. A...
Note this is affected by #3245. Perhaps worth picking up to see if the problem is indeed with sample lists?
I'm going to take a quick look at this to see what's happening
I think this is ready for a more general review and merging. I'm reasonably sure that the algorithms are working now and everything is safe, but it's still not clear...
I think we need your review and approval then @benjeffery to merge
I'm 100% behind this idea, and the algorithm looks very simple and elegant. I think CoalescenceTimeDistribution is sufficiently meaty for it's own package (which is then free to use numba...