Skip to content

Commit dbbacca

Browse files
juliohmKristofferC
authored andcommitted
Fix call to Haversine ctor in benchmark scripts (#84)
1 parent 15b5cfe commit dbbacca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function create_distances(w, Q)
1919
BhattacharyyaDist(),
2020
HellingerDist(),
2121

22-
Haversine(),
22+
Haversine(6371.),
2323

2424
WeightedSqEuclidean(w),
2525
WeightedEuclidean(w),

0 commit comments

Comments
 (0)