1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00
This commit is contained in:
frozenkp 2018-06-04 14:08:24 +08:00
parent d75f6bfdf8
commit 97e423cf6f

View File

@ -29,7 +29,7 @@ func TestKdtree(t *testing.T) {
})
})
Convey("When k is 2 with euclidean", func() {
Convey("When k is 2 with euclidean ", func() {
result, _, _ := kd.Search(2, euclidean, []float64{7, 3})
Convey("The result[0] should be 4", func() {