Skip to content

Commit

Permalink
hard code param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Oct 30, 2023
1 parent b4db7a2 commit fa0e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Index<T, TagT, LabelT>::Index(Metric m, const size_t dim, const size_t max_point

// add missing param
_indexingAlpha = 1.2f;
_indexingRange = (std::uint32_t)_dim;
_indexingRange = 32;
}

template <typename T, typename TagT, typename LabelT>
Expand Down

0 comments on commit fa0e2da

Please sign in to comment.