mirror of
https://github.com/gonum/gonum.git
synced 2025-09-30 21:12:07 +08:00
optimize: remove lint found by megacheck
This commit is contained in:
@@ -998,7 +998,7 @@ func TestLocal(t *testing.T) {
|
||||
// Mix of functions with and without Grad method.
|
||||
tests = append(tests, gradFreeTests...)
|
||||
tests = append(tests, gradientDescentTests...)
|
||||
testLocal(t, gradientDescentTests, nil)
|
||||
testLocal(t, tests, nil)
|
||||
}
|
||||
|
||||
func TestNelderMead(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user