We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@test_broken
1 parent 8b4f756 commit 439354cCopy full SHA for 439354c
test/partitions_test.jl
@@ -161,7 +161,6 @@ _scalar_op(y) = y + 1
161
_broadcast_wrapper(y) = _scalar_op.(y)
162
# Issue #8
163
@inferred _broadcast_wrapper(x)
164
-@test_broken @inferred _broadcast_wrapper(y)
165
166
# Testing map
167
@test map(x -> x^2, x) == ArrayPartition(x.x[1] .^ 2, x.x[2] .^ 2)
0 commit comments