Skip to content

Commit

Permalink
fix the issue #118
Browse files Browse the repository at this point in the history
  • Loading branch information
masajiro committed Jun 3, 2022
1 parent e6c7c47 commit 52f9ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.5
1.14.6
2 changes: 1 addition & 1 deletion lib/NGT/NGTQ/QuantizedGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ namespace NGTQG {
sc.explorationCoefficient = NGT_EXPLORATION_COEFFICIENT;
}
NGT::NeighborhoodGraph::UncheckedSet unchecked;
NGT::NeighborhoodGraph::DistanceCheckedSet distanceChecked(graph.repository.size());
NGT::NeighborhoodGraph::DistanceCheckedSet distanceChecked(NGT::Index::getObjectSpace().getRepository().size());
NGT::NeighborhoodGraph::ResultSet results;

graph.setupDistances(sc, seeds, NGT::PrimitiveComparator::L2Float::compare);
Expand Down

0 comments on commit 52f9ff0

Please # to comment.