summaryrefslogtreecommitdiff
path: root/src/Subsampling/test/test_choose_farthest_point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Subsampling/test/test_choose_farthest_point.cpp')
-rw-r--r--src/Subsampling/test/test_choose_farthest_point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Subsampling/test/test_choose_farthest_point.cpp b/src/Subsampling/test/test_choose_farthest_point.cpp
index 5f705de6..a1929924 100644
--- a/src/Subsampling/test/test_choose_farthest_point.cpp
+++ b/src/Subsampling/test/test_choose_farthest_point.cpp
@@ -53,5 +53,5 @@ BOOST_AUTO_TEST_CASE(test_choose_farthest_point) {
K k;
Gudhi::subsampling::choose_by_farthest_point(k, points, 100, std::back_inserter(landmarks));
- assert(landmarks.size() == 100);
+ BOOST_CHECK(landmarks.size() == 100);
}