Vikrant Sagar

Results 2 issues of Vikrant Sagar

if 'dtype' is not present 'numpy.random.randint(2**32-1, dtype=numpy.uint32)' throws error 'ValueError: high is out of bounds for int32'

**ERROR:** ``` Traceback (most recent call last): File "..\approximate_nearest_neighbors/panns_test/main.py", line 12, in p.build(50) File "..\site-packages\panns\index.py", line 136, in build self.build_sequential(c) File "..\site-packages\panns\index.py", line 152, in build_sequential self.make_tree(tree.root, children) File "..\site-packages\panns\index.py",...