diff options
Diffstat (limited to 'packages/tests/src/Numeric/LinearAlgebra/Tests.hs')
-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 2be75de..4cfa5cb 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs | |||
@@ -383,7 +383,7 @@ intTest = utest "int ops" (fst $ checkT (undefined :: Matrix I)) | |||
383 | 383 | ||
384 | -------------------------------------------------------------------------------- | 384 | -------------------------------------------------------------------------------- |
385 | 385 | ||
386 | modularTest = utest "modular ops" (fst $ checkT (undefined :: Matrix (F 13))) | 386 | modularTest = utest "modular ops" (fst $ checkT (undefined :: Matrix (Mod 13 I))) |
387 | 387 | ||
388 | -------------------------------------------------------------------------------- | 388 | -------------------------------------------------------------------------------- |
389 | 389 | ||