Changed order of signature in Nearest

This commit is contained in:
btracey
2013-07-26 10:27:19 -07:00
parent 260d7da58c
commit a45071abd3
2 changed files with 2 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ func TestMin(t *testing.T) {
func TestNearest(t *testing.T) {
//s := []float64{3, 5, 6.2, 6.2, 8}
//ind
//ind := Nearest(s, )
}
func TestNorm(t *testing.T) {