summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-07-24 11:50:33 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-07-24 11:50:33 -0400
commitac018f5f96c32c96158a239fbfeb9dc439c95548 (patch)
tree22cfdf8aa0fd7f1680c37f38ec359a4dc69bada2 /tests
parent6b434ec5f2182cb9624a011bd8d65587cd5a0759 (diff)
downloaddynamic-extension-ac018f5f96c32c96158a239fbfeb9dc439c95548.tar.gz
Cosine Similarity Type
Diffstat (limited to 'tests')
-rw-r--r--tests/testing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing.h b/tests/testing.h
index 1d5db59..4d49474 100644
--- a/tests/testing.h
+++ b/tests/testing.h
@@ -23,7 +23,7 @@
typedef de::WeightedRecord<uint64_t, uint32_t, uint64_t> WRec;
typedef de::Record<uint64_t, uint32_t> Rec;
-typedef de::Point<int64_t> PRec;
+typedef de::EuclidPoint<int64_t> PRec;
template <de::RecordInterface R>
std::vector<R> strip_wrapping(std::vector<de::Wrapped<R>> vec) {