Custom Query (35 matches)
Results (28 - 30 of 35)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#29 | wontfix | Update edge detection demo for OSX lion, GHC 7.4 and Repa 3 | ||
#30 | fixed | Investigate use of Repa monad to hide deepSeqArray | ||
Description |
Can we build a |
|||
#31 | fixed | Empty array equals non-empty array | ||
Description |
Issac Trotts <issac@…> reports: empty array equals non-empty array Prelude Data.Array.Repa> import Data.Array.Repa as R Prelude Data.Array.Repa> let x :: Array DIM1 Int; x = fromList (Z :. (0::Int)) [] Prelude Data.Array.Repa> let y :: Array DIM1 Int; y = fromList (Z :. (1::Int)) [1] Prelude Data.Array.Repa> x == y True Prelude Data.Array.Repa> y == x *** Exception: Data.Array.Repa.Operators.IndexSpace.reshape: reshaped array will not match size of the original Make sure this works in Repa3. |
Note: See TracQuery
for help on using queries.