ran go mod vendor on the whole project
This commit is contained in:
parent
26f96f361f
commit
28d10d9d39
346 changed files with 12917 additions and 66931 deletions
3
vendor/github.com/montanaflynn/stats/legacy.go
generated
vendored
3
vendor/github.com/montanaflynn/stats/legacy.go
generated
vendored
|
@ -34,6 +34,3 @@ func ExpReg(s []Coordinate) (regressions []Coordinate, err error) {
|
|||
func LogReg(s []Coordinate) (regressions []Coordinate, err error) {
|
||||
return LogarithmicRegression(s)
|
||||
}
|
||||
|
||||
// EmptyInput legacy error name didn't end with Err
|
||||
var EmptyInput = EmptyInputErr
|
||||
|
|
Reference in a new issue