1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00
This commit is contained in:
frozenkp 2018-06-04 14:10:45 +08:00
parent 97e423cf6f
commit 24e7acf862

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() {