Adding MPI test #87
Annotations
1 error and 4 warnings
format
Process completed with exit code 1.
|
format:
test/runtests.jl#L2780
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/runtests.jl:2780:- Duplicated(u_v_eta, ad_eta),
test/runtests.jl:2781:- Const(rhs_terms),
test/runtests.jl:2782:- )
test/runtests.jl:2827:+ Duplicated(u_v_eta, ad_eta),
test/runtests.jl:2828:+ Const(rhs_terms))
|
format:
test/runtests.jl#L2861
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/runtests.jl:2861:- autodiff(
test/runtests.jl:2862:- Reverse,
test/runtests.jl:2863:- harmonic_f!,
test/runtests.jl:2864:- Active,
test/runtests.jl:2865:- Const(inter_list),
test/runtests.jl:2866:- Duplicated(coords, d_coords),
test/runtests.jl:2867:- Duplicated(inters, dinters),
test/runtests.jl:2868:- )
test/runtests.jl:2906:+ autodiff(Reverse,
test/runtests.jl:2907:+ harmonic_f!,
test/runtests.jl:2908:+ Active,
test/runtests.jl:2909:+ Const(inter_list),
test/runtests.jl:2910:+ Duplicated(coords, d_coords),
test/runtests.jl:2911:+ Duplicated(inters, dinters))
|
format:
test/runtests.jl#L2977
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/runtests.jl:2977:-@testset "hvcat_fill" begin
test/runtests.jl:2978:- ar = Matrix{Float64}(undef, 2, 3)
test/runtests.jl:2979:- dar = [1.0 2.0 3.0; 4.0 5.0 6.0]
test/runtests.jl:3026:+ @testset "hvcat_fill" begin
test/runtests.jl:3027:+ ar = Matrix{Float64}(undef, 2, 3)
test/runtests.jl:3028:+ dar = [1.0 2.0 3.0; 4.0 5.0 6.0]
|
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/.
|