Closed ng-dmc closed 11 months ago
Thanks for this very nice & reproducible bug report! I can reproduce this and will have a look as soon as I can.
Analysis: this was two problems:
remove()
did not actually remove entries (i.e. set a reference to null
) but only shuffled entries around and reduced an entry counter.The combination cause kNN entries that had supposedly been deleted .
A new release 2.1.3 should be available via maven by tomorrow or so.
Thanks again for reporting this!
Thanks for the fix, now works nicely!
Hello, I believe I encountered a bug in QuadTreeKD2. It's not present in QuadTreeKD or QuadTreeKD0.
reproducer (data.txt):