Fixed minor bug

This commit is contained in:
btracey
2013-08-16 12:56:33 -07:00
parent 80c75ed891
commit c445087eb0
2 changed files with 17 additions and 0 deletions

View File

@@ -282,6 +282,10 @@ func TestMin(t *testing.T) {
}
}
func TestMul(t *testing.T) {
}
func TestNearest(t *testing.T) {
s := []float64{6.2, 3, 5, 6.2, 8}
ind := Nearest(s, 2.0)