mirror of
https://github.com/gonum/gonum.git
synced 2025-10-15 11:40:45 +08:00
mat: make tests parallel
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
)
|
||||
|
||||
func TestSVD(t *testing.T) {
|
||||
t.Parallel()
|
||||
// Hand coded tests
|
||||
for _, test := range []struct {
|
||||
a *Dense
|
||||
|
Reference in New Issue
Block a user