From bbc54bf2573ea3631ee436507807dae6c4353bcc Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 4 Jun 2009 18:53:55 +0000 Subject: improved windows installation instructions --- lib/Numeric/LinearAlgebra/Tests.hs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/Numeric/LinearAlgebra/Tests.hs') diff --git a/lib/Numeric/LinearAlgebra/Tests.hs b/lib/Numeric/LinearAlgebra/Tests.hs index 4f73e3a..174e418 100644 --- a/lib/Numeric/LinearAlgebra/Tests.hs +++ b/lib/Numeric/LinearAlgebra/Tests.hs @@ -159,9 +159,7 @@ runTests n = do test (linearSolveProp (luSolve.luPacked) . cSqWC) putStrLn "------ pinv (linearSolveSVD)" test (pinvProp . rM) - if os == "mingw32" - then putStrLn "complex pinvTest skipped in this OS" - else test (pinvProp . cM) + test (pinvProp . cM) putStrLn "------ det" test (detProp . rSqWC) test (detProp . cSqWC) @@ -186,9 +184,7 @@ runTests n = do test (hessProp . cSq) putStrLn "------ schur" test (schurProp2 . rSq) - if os == "mingw32" - then putStrLn "complex schur skipped in this OS" - else test (schurProp1 . cSq) + test (schurProp1 . cSq) putStrLn "------ chol" test (cholProp . rPosDef) test (cholProp . cPosDef) -- cgit v1.2.3