interval-tree2 icon indicating copy to clipboard operation
interval-tree2 copied to clipboard

rangesearch failure

Open jedierikb opened this issue 8 years ago • 0 comments

Please see the gist here: https://gist.github.com/jedierikb/2b05cde2f51f65fc8e46

In the gist, I create an intervaltree with 1000 intervals. Then I do two rangesearches on that tree. There are some results missing from one of the searches where I think results should be returned.

For example: {id:"testz_903" start: 2244, end: 2316} is returned on a rangeSearch of (2272, 2273) but not (2273, 2274)

jedierikb avatar Mar 11 '16 21:03 jedierikb