mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
ci test
This commit is contained in:
parent
d75f6bfdf8
commit
97e423cf6f
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user