You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@testunthunk(rrule(imum, UpperTriangular(rand(3,3) .+1))[2](5.5)[2]) isaUnion{UpperTriangular{Float64}, ChainRules.OneElement{Float64}} # must be at least as structured
402
+
@testunthunk(rrule(imum, Diagonal(rand(3) .+1))[2](5.5)[2]) isa Diagonal
403
+
@testunthunk(rrule(imum, UpperTriangular(rand(3,3) .+1))[2](5.5)[2]) isa UpperTriangular{Float64}
403
404
@test_skiptest_rrule(imum, Diagonal(rand(3) .+1)) # MethodError: no method matching zero(::Type{Any}), from fill!(A::SparseArrays.SparseMatrixCSC{Any, Int64}, x::Bool)
0 commit comments