From 596412933b9ee91441f5a8f27fd480577807bcc2 Mon Sep 17 00:00:00 2001 From: Vladimir Chalupecky Date: Tue, 8 Aug 2017 22:46:47 +0200 Subject: [PATCH] lapack/testlapack: decrease testing time for Dbdsqr --- lapack/testlapack/dbdsqr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack/testlapack/dbdsqr.go b/lapack/testlapack/dbdsqr.go index 8a09e3ac..e52fd9dd 100644 --- a/lapack/testlapack/dbdsqr.go +++ b/lapack/testlapack/dbdsqr.go @@ -39,7 +39,7 @@ func DbdsqrTest(t *testing.T, impl Dbdsqrer) { {130, 130, 130, 500, 900, 900, 500}, } { - for cas := 0; cas < 100; cas++ { + for cas := 0; cas < 10; cas++ { n := test.n ncvt := test.ncvt nru := test.nru