Unit testing for def/ module.
Added unit tests to test code in def/ module.
This commit is contained in:
parent
e24b8a08c9
commit
bac60e872a
396 changed files with 83991 additions and 13209 deletions
3
vendor/github.com/montanaflynn/stats/legacy.go
generated
vendored
3
vendor/github.com/montanaflynn/stats/legacy.go
generated
vendored
|
@ -34,3 +34,6 @@ 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