mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
mat: make tests parallel
This commit is contained in:
@@ -7,6 +7,7 @@ package mat
|
||||
import "testing"
|
||||
|
||||
func TestCDenseNewAtSet(t *testing.T) {
|
||||
t.Parallel()
|
||||
for cas, test := range []struct {
|
||||
a []complex128
|
||||
rows, cols int
|
||||
|
Reference in New Issue
Block a user