scikit-learn-contrib / sklearn-ann

Integration with (approximate) nearest neighbors libraries for scikit-learn + clustering based on with kNN-graphs.
https://sklearn-ann.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Remove print statement from AnnoyTransformer #26

Closed ivirshup closed 6 months ago

ivirshup commented 6 months ago

As title.

Not sure if there is a standard way of testing for this. I'm used to doctests erroring when I forget print statements.