From 8a1a04f10e37af280e4fa640c3f66f93d6f16004 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 9 Mar 2011 09:30:37 +0000 Subject: os x brew and rotTest tolerance --- lib/Numeric/LinearAlgebra/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs index 2b5869d..5036e3f 100644 --- a/lib/Numeric/LinearAlgebra/Tests.hs +++ b/lib/Numeric/LinearAlgebra/Tests.hs @@ -213,7 +213,7 @@ rot a = (3><3) [ c,0,s where c = cos a s = sin a -rotTest = fun (10^5) :~12~: rot 5E4 +rotTest = fun (10^5) :~11~: rot 5E4 where fun n = foldl1' (<>) (map rot angles) where angles = toList $ linspace n (0,1) -- cgit v1.2.3