Skip to content

Commit

Permalink
Removing neighborhood recall
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 15, 2024
1 parent 3747888 commit af68c24
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,527 deletions.
6 changes: 0 additions & 6 deletions cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,6 @@ if(BUILD_TESTS)
EXPLICIT_INSTANTIATE_ONLY
)

ConfigureTest(
NAME SPARSE_NEIGHBORS_TEST PATH sparse/neighbors/cross_component_nn.cu
sparse/neighbors/brute_force.cu sparse/neighbors/knn_graph.cu LIB EXPLICIT_INSTANTIATE_ONLY
)

ConfigureTest(
NAME NEIGHBORS_TEST PATH neighbors/haversine.cu neighbors/ball_cover.cu
neighbors/epsilon_neighborhood.cu LIB EXPLICIT_INSTANTIATE_ONLY
Expand All @@ -296,7 +291,6 @@ if(BUILD_TESTS)
stats/mean_center.cu
stats/minmax.cu
stats/mutual_info_score.cu
stats/neighborhood_recall.cu
stats/r2_score.cu
stats/rand_index.cu
stats/regression_metrics.cu
Expand Down
179 changes: 0 additions & 179 deletions cpp/test/sparse/neighbors/brute_force.cu

This file was deleted.

Loading

0 comments on commit af68c24

Please sign in to comment.