add import_frule (reprised) #41
Annotations
1 error and 2 warnings
format
Process completed with exit code 1.
|
format:
test/runtests.jl#L2852
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/runtests.jl:2852:-@testset "hvcat_fill" begin
test/runtests.jl:2853:- ar = Matrix{Float64}(undef, 2, 3)
test/runtests.jl:2854:- dar = [1.0 2.0 3.0; 4.0 5.0 6.0]
test/runtests.jl:2855:-
test/runtests.jl:2856:- res = first(Enzyme.autodiff(Reverse, Base.hvcat_fill!, Const, Duplicated(ar, dar), Active((1, 2.2, 3, 4.4, 5, 6.6))))
test/runtests.jl:2857:-
test/runtests.jl:2858:- @test res[2][1] == 0
test/runtests.jl:2859:- @test res[2][2] ≈ 2.0
test/runtests.jl:2860:- @test res[2][3] ≈ 0
test/runtests.jl:2861:- @test res[2][4] ≈ 4.0
test/runtests.jl:2862:- @test res[2][5] ≈ 0
test/runtests.jl:2863:- @test res[2][6] ≈ 6.0
test/runtests.jl:2864:-end
test/runtests.jl:3069:+ @testset "hvcat_fill" begin
test/runtests.jl:3070:+ ar = Matrix{Float64}(undef, 2, 3)
test/runtests.jl:3071:+ dar = [1.0 2.0 3.0; 4.0 5.0 6.0]
test/runtests.jl:3072:+
test/runtests.jl:3073:+ res = first(
test/runtests.jl:3074:+ Enzyme.autodiff(
test/runtests.jl:3075:+ Reverse,
test/runtests.jl:3076:+ Base.hvcat_fill!,
test/runtests.jl:3077:+ Const,
test/runtests.jl:3078:+ Duplicated(ar, dar),
test/runtests.jl:3079:+ Active((1, 2.2, 3, 4.4, 5, 6.6)),
test/runtests.jl:3080:+ ),
test/runtests.jl:3081:+ )
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|