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 69a92dc commit 87e4313Copy full SHA for 87e4313
test/rulesets/LinearAlgebra/norm.jl
@@ -94,7 +94,7 @@
94
end
95
@test !(xp isa StridedArray)
96
test_frule(norm, xp ⊢ rand(T, size(xp)))
97
- test_rrule(norm, xp ⊢ rand(T, size(xp))) # rand_tangent does not work here
+ test_rrule(norm, xp ⊢ rand(T, size(xp))) # rand_tangent does not work here because eltype(xp)==Int
98
99
100
@testset "$fnorm(x::Array{$T,$(length(sz))}, $p) with size $sz" for
0 commit comments