mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
Rename GlobalMethod to Method and GlobalTask to Task
This commit is contained in:
@@ -1154,7 +1154,7 @@ func TestNewton(t *testing.T) {
|
||||
testLocal(t, newtonTests, &Newton{})
|
||||
}
|
||||
|
||||
func testLocal(t *testing.T, tests []unconstrainedTest, method GlobalMethod) {
|
||||
func testLocal(t *testing.T, tests []unconstrainedTest, method Method) {
|
||||
for cas, test := range tests {
|
||||
if test.long && testing.Short() {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user