lmcinnes / pynndescent

A Python nearest neighbor descent for approximate nearest neighbors
BSD 2-Clause "Simplified" License
901 stars 105 forks source link

Default compression inconsistent documentation/value #105

Closed bittremieux closed 3 months ago

bittremieux commented 3 years ago

The nnDescent constructor docstring states that compressed is False by default, by the default value is actually True.

I would have created a PR to fix this small inconsistency, but I don't know what the preferred behavior is.

lsorber commented 3 months ago

The default value is False currently, which aligns with the docstring.