Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues 308 #472

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issues 308 #472

wants to merge 1 commit into from

Conversation

scrise
Copy link

@scrise scrise commented Dec 18, 2020

The condition j-- did the decrement before we compared whether values are equal in the for loop.

@scrise
Copy link
Author

scrise commented Dec 18, 2020

[----------] 8 tests from LshIndex_Brief100K (147359 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test case ran. (147359 ms total)
[ PASSED ] 1 test.
[ FAILED ] 7 tests, listed below:
[ FAILED ] LshIndex_Brief100K.TestSearch
[ FAILED ] LshIndex_Brief100K.TestSearch2
[ FAILED ] LshIndex_Brief100K.TestAddIncremental
[ FAILED ] LshIndex_Brief100K.TestIncremental2
[ FAILED ] LshIndex_Brief100K.TestSave
[ FAILED ] LshIndex_Brief100K.TestCopy
[ FAILED ] LshIndex_Brief100K.TestCopy2

7 FAILED TESTS

The flann_lsh_test failed for a long time.

@scrise
Copy link
Author

scrise commented Dec 18, 2020

#308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant