hnswlib icon indicating copy to clipboard operation
hnswlib copied to clipboard

assert in checkIntegrity

Open gozyw opened this issue 3 years ago • 1 comments

line 1168:assert(data[j] > 0); is it incorrect? i think it should be data[j] >= 0

gozyw avatar Jun 03 '21 03:06 gozyw

will be fixed here https://github.com/nmslib/hnswlib/pull/461

dyashuni avatar May 10 '23 12:05 dyashuni