diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-09-01 16:47:07 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-09-01 16:47:07 +0200 |
commit | 8398f05c605f2c4481c978047f75b0d0a7e92aa0 (patch) | |
tree | 409ffbfb20d2ba4612e03b1761614e15ca3d8a86 /packages/tests/src/Numeric/LinearAlgebra/Tests.hs | |
parent | 39a6527597bcd50558953eb3fa2c56899b93297b (diff) |
skip exactProp test
Diffstat (limited to 'packages/tests/src/Numeric/LinearAlgebra/Tests.hs')
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs index ecda6c1..4b631cf 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs | |||
@@ -663,8 +663,8 @@ runTests n = do | |||
663 | putStrLn "------ chol" | 663 | putStrLn "------ chol" |
664 | test (cholProp . rPosDef) | 664 | test (cholProp . rPosDef) |
665 | test (cholProp . cPosDef) | 665 | test (cholProp . cPosDef) |
666 | test (exactProp . rPosDef) | 666 | -- test (exactProp . rPosDef) |
667 | test (exactProp . cPosDef) | 667 | -- test (exactProp . cPosDef) |
668 | putStrLn "------ expm" | 668 | putStrLn "------ expm" |
669 | test (expmDiagProp . complex. rSqWC) | 669 | test (expmDiagProp . complex. rSqWC) |
670 | test (expmDiagProp . cSqWC) | 670 | test (expmDiagProp . cSqWC) |