hnswlib
hnswlib copied to clipboard
assert in checkIntegrity
line 1168:assert(data[j] > 0); is it incorrect? i think it should be data[j] >= 0
will be fixed here https://github.com/nmslib/hnswlib/pull/461