pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
759 stars 152 forks source link

Fixed tests #37

Closed amorgun closed 8 years ago

amorgun commented 8 years ago

Some tests were failing, so I have fixed them. I also mocked a redis and fixed normalization of sparse vectors, which may fix this issue Experiment tests are a bit odd, because there is no way to remove vector from storage, so I simply extracted one more neighbour in each test.

pixelogik commented 8 years ago

Wow man, that is a lot of stuff. Thx!