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.
1 parent 8235be8 commit 782af37Copy full SHA for 782af37
test/runtests.jl
@@ -64,7 +64,7 @@ end
64
@test stack(f1, _eachcol(m1), _eachcol(m1)) == 2 .* m1
65
@test stack(f1, _eachcol(m1), 1:10) == m1 .+ (1:10)'
66
67
- @test_throws DimensionMismatch map(f1, _eachcol(m1), 1:12)
+ # @test_throws DimensionMismatch map(f1, _eachcol(m1), 1:12) # it doesn't throw!
68
@test_throws DimensionMismatch stack(f1, _eachcol(m1), 1:12)
69
70
# This is where stack doesn't quite follow map's behaviour:
0 commit comments