Skip to content

Commit

Permalink
Fix ivfpq demo. (#763)
Browse files Browse the repository at this point in the history
Makes sense.
  • Loading branch information
beauby authored and mdouze committed Apr 3, 2019
1 parent afe0fdc commit 6c1cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo_ivfpq_indexing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main ()
index.add (nb, database.data());

printf ("[%.3f s] imbalance factor: %g\n",
elapsed() - t0, index.imbalance_factor ());
elapsed() - t0, index.invlists->imbalance_factor());

// remember a few elements from the database as queries
int i0 = 1234;
Expand Down

0 comments on commit 6c1cb3c

Please sign in to comment.