mirror of
https://github.com/gonum/gonum.git
synced 2025-10-07 16:11:03 +08:00
all: change import paths
This commit is contained in:
@@ -7,8 +7,8 @@ package stat_test
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/gonum/integrate"
|
||||
"github.com/gonum/stat"
|
||||
"gonum.org/v1/gonum/integrate"
|
||||
"gonum.org/v1/gonum/stat"
|
||||
)
|
||||
|
||||
func ExampleROC_unweighted() {
|
||||
|
Reference in New Issue
Block a user