Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Tarnawski committed Oct 23, 2023
1 parent bce0ebb commit bd227c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/partition_hmetis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ int aux_main(const std::string &input_file,
}
}
} else if (submode == 3) {
if (mode != "subcentroids-random") {
if (mode != "multicentroids-random") {
diskann::cout << "Error: submode 3 only works with "
"multicentroids-random"
<< std::endl;
Expand Down

0 comments on commit bd227c0

Please sign in to comment.