striplog icon indicating copy to clipboard operation
striplog copied to clipboard

striplog.merge_overlaps() fails on big overlaps

Open kwinkunks opened this issue 9 years ago • 1 comments

If an interval overlaps more than one other interval at the top or the base, the merge fails. It assumes that there's just a bit of overlap at each edge.

I think we'd need to do something recursive to cope with arbitrary overlaps.

kwinkunks avatar Jan 27 '16 01:01 kwinkunks

Need to check if this is still an issue, I thought I'd fixed it.

kwinkunks avatar Apr 22 '22 19:04 kwinkunks