gonum / matrix

Matrix packages for the Go language [DEPRECATED]
446 stars 53 forks source link

go 1.7beta1 -> go 1.7beta2 #386

Closed jonlawlor closed 8 years ago

sbinet commented 8 years ago

LGTM. it fails some test (TestMul) probably because of gonum/lapack (?)

--- FAIL: TestMul (0.11s)
    dense_test.go:834: exected runtime panic for nil data slice
    dense_test.go:834: exected runtime panic for nil data slice
btracey commented 8 years ago

Fix posted https://github.com/gonum/matrix/pull/387