diff options
author | idontgetoutmuch <dominic@steinitz.org> | 2018-04-10 00:25:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 00:25:01 -0700 |
commit | 94db29b5d25f28708c1d430554f0c337c26172df (patch) | |
tree | bba1281668f58e9fd873fc1eaab8910817a918eb /packages | |
parent | 033815c6183da48233dd249abcd232685ecc21cf (diff) | |
parent | fe1de551e989846d164141abbe03a116de683203 (diff) |
Merge pull request #265 from idontgetoutmuch/master
Fix compilation errors for tests
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs index 960c777..4ed1462 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs | |||
@@ -514,7 +514,7 @@ indexProp g f x = a1 == g a2 && a2 == a3 && b1 == g b2 && b2 == b3 | |||
514 | 514 | ||
515 | -------------------------------------------------------------------------------- | 515 | -------------------------------------------------------------------------------- |
516 | 516 | ||
517 | _sliceTest = utest "slice test" $ and | 517 | _sliceTest = TestList |
518 | [ testSlice (chol . trustSym) (gen 5 :: Matrix R) | 518 | [ testSlice (chol . trustSym) (gen 5 :: Matrix R) |
519 | , testSlice (chol . trustSym) (gen 5 :: Matrix C) | 519 | , testSlice (chol . trustSym) (gen 5 :: Matrix C) |
520 | , testSlice qr (rec :: Matrix R) | 520 | , testSlice qr (rec :: Matrix R) |