mirror of
https://github.com/gonum/gonum.git
synced 2025-10-09 17:10:16 +08:00
Fixed minor bug
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user