Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Commit 8e0ced6

Browse files
committed
optimize: fix example name for godoc
1 parent 53e207c commit 8e0ced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local_example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/gonum/optimize/functions"
1313
)
1414

15-
func ExampleLocal_BFGS() {
15+
func ExampleLocal() {
1616
p := optimize.Problem{
1717
Func: functions.ExtendedRosenbrock{}.Func,
1818
Grad: functions.ExtendedRosenbrock{}.Grad,

0 commit comments

Comments
 (0)