Skip to content

Commit 87e4313

Browse files
mcabbottoxinabox
andcommitted
integer comment
Co-authored-by: Lyndon White <oxinabox@ucc.asn.au>
1 parent 69a92dc commit 87e4313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/LinearAlgebra/norm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
end
9595
@test !(xp isa StridedArray)
9696
test_frule(norm, xp rand(T, size(xp)))
97-
test_rrule(norm, xp rand(T, size(xp))) # rand_tangent does not work here
97+
test_rrule(norm, xp rand(T, size(xp))) # rand_tangent does not work here because eltype(xp)==Int
9898
end
9999
end
100100
@testset "$fnorm(x::Array{$T,$(length(sz))}, $p) with size $sz" for

0 commit comments

Comments
 (0)