Alexander Morgun

Results 7 comments of Alexander Morgun

No, I cannot merge requests. We have to wait for @pixelogik.

@pixelogik Yes, I would like to join the project.

@etudor The test is broken because it cannot import `InsertOne`. You should add pymongo to [test requirements](https://github.com/pixelogik/NearPy/blob/master/setup.py#L26-L31).

@etudor It looks like a lot of mongo tests [are broken](https://travis-ci.org/pixelogik/NearPy/jobs/618607855?utm_medium=notification&utm_source=github_status) now in python2.7. Please, check if it is related to your changes. Maybe you should pin an older version...

Thanks for notising this. `redis_object` should be used [here](https://github.com/pixelogik/NearPy/blob/b874f47bdedfc234e3a639a0ebae9b9c02a51925/nearpy/storage/storage_redis.py#L105) instead of `self.redis_object`. This argument is necessary for `store_many_vectors` method.

`scipy` is never actually used so I suggest dropping it from the requirements.