pavlin-policar / openTSNE

Extensible, parallel implementations of t-SNE
https://opentsne.rtfd.io
BSD 3-Clause "New" or "Revised" License
1.42k stars 157 forks source link

The docstring on pickling Annoy objects seems to be out of date #211

Closed dkobak closed 1 year ago

dkobak commented 2 years ago

The docstring here https://github.com/pavlin-policar/openTSNE/blob/master/openTSNE/nearest_neighbors.py#L213 (about pickling Annoy objects into a separate file) seems obsolete: that's not the way this is currently done in the code.

pavlin-policar commented 1 year ago

Yes, you're right! I guess I forgot to change the docstring when I fixed this behaviour. Thanks for pointing this out.