Difference between revisions of "Thread:Talk:WhiteFang/Possible errors/reply (4)"
Jump to navigation
Jump to search
m (Reply to Possible errors) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | This is a bug in Rednaxela’s kd-tree. I created a PR in his bitbucket a few years ago, but no response. | + | This is a bug in Rednaxela’s kd-tree. I created a PR to fix it in his bitbucket a few years ago, but no response. |
+ | |||
+ | IIRC, This bug happens when points are so concentrated that spliting happens more than once in one call, which is not considered at all. That’s why it happens so rarely, and only with some set of dimensions. |
Latest revision as of 21:47, 25 December 2017
This is a bug in Rednaxela’s kd-tree. I created a PR to fix it in his bitbucket a few years ago, but no response.
IIRC, This bug happens when points are so concentrated that spliting happens more than once in one call, which is not considered at all. That’s why it happens so rarely, and only with some set of dimensions.