Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Oct 2, 2024
1 parent bcefbe3 commit 496ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/neighbors/ann_ivf_pq.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ inline auto enum_variety_cosine() -> test_cases_t
y.min_recall = y.min_recall.value() * 0.94;
}
}
y.index_params.metric = distance::DistanceType::CosineExpanded;
y.index_params.metric = distance::DistanceType::CosineExpanded;
return y;
});
}
Expand Down

0 comments on commit 496ff5c

Please sign in to comment.