Skip to content

Commit

Permalink
Fixed mistake during merge to branch-0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Feb 25, 2021
1 parent 6259a0b commit 9c1b466
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cpp/test/prims/sparse/knn.cu
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,8 @@ const std::vector<SparseKNNInputs<int, float>> inputs_i32_f = {
{0, 3, 1, 0, 2, 0, 3, 0}, // inds
2,
2,
<<<<<<< HEAD
raft::distance::DistanceType::L2SqrtExpanded}};
=======
2,
ML::MetricType::METRIC_L2}};
>>>>>>> branch-0.19
raft::distance::DistanceType::L2SqrtExpanded}};
typedef SparseKNNTest<int, float> KNNTestF;
TEST_P(KNNTestF, Result) { compare(); }
INSTANTIATE_TEST_CASE_P(SparseKNNTest, KNNTestF,
Expand Down

0 comments on commit 9c1b466

Please sign in to comment.