optimize: remove lint found by megacheck

This commit is contained in:
Vladimir Chalupecky
2017-06-01 22:07:40 +02:00
parent 219e585fd1
commit 49d4aa112a
4 changed files with 3 additions and 4 deletions

View File

@@ -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) {