mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 23:26:52 +08:00
mat: make tests parallel
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func TestSolve(t *testing.T) {
|
||||
t.Parallel()
|
||||
// Hand-coded cases.
|
||||
for _, test := range []struct {
|
||||
a [][]float64
|
||||
@@ -245,6 +246,7 @@ func TestSolve(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSolveVec(t *testing.T) {
|
||||
t.Parallel()
|
||||
for _, test := range []struct {
|
||||
m, n int
|
||||
}{
|
||||
|
Reference in New Issue
Block a user