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

Address issues running the tests on Python2 and Python3. #43

Closed elezar closed 8 years ago

elezar commented 8 years ago

The tests were failing for Python 2 and Python 3. The examples were also not running (due to an incorrect method).

I have run the tests using virtual environments for both Python 2 and Python 3.

pixelogik commented 8 years ago

Thx mate!