stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
365 stars 118 forks source link

Taking out collections as default parameters since they are evaluated just once and reused onwards. #6

Closed zaaroth closed 11 years ago

zaaroth commented 11 years ago

...to be duplicated in the array returned by the method.

stefankoegl commented 11 years ago

Thanks!