Skip to content

Commit

Permalink
integer comment
Browse files Browse the repository at this point in the history
Co-authored-by: Lyndon White <oxinabox@ucc.asn.au>
  • Loading branch information
mcabbott and oxinabox committed May 7, 2021
1 parent 69a92dc commit 87e4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/LinearAlgebra/norm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
end
@test !(xp isa StridedArray)
test_frule(norm, xp rand(T, size(xp)))
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
end
end
@testset "$fnorm(x::Array{$T,$(length(sz))}, $p) with size $sz" for
Expand Down

0 comments on commit 87e4313

Please sign in to comment.