We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619605d commit dade6a1Copy full SHA for dade6a1
common/interpolation/include/interpolation/interpolation_utils.hpp
@@ -68,7 +68,7 @@ inline void validateKeys(
68
// when size of vectors are less than 2
69
if (query_keys.size() < 2) {
70
throw std::invalid_argument(
71
- "The size of points is less than 2. base_keys.size() = " + std::to_string(query_keys.size()));
+ "The size of points is less than 2. query_keys.size() = " + std::to_string(query_keys.size()));
72
}
73
74
// when indices are not sorted
0 commit comments