Skip to content

tangent_arithmetic: add norm for NoTangent, ZeroTangent and NotImplemented #292

tangent_arithmetic: add norm for NoTangent, ZeroTangent and NotImplemented

tangent_arithmetic: add norm for NoTangent, ZeroTangent and NotImplemented #292

Triggered via pull request December 14, 2023 23:02
Status Failure
Total duration 1m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
format
Process completed with exit code 1.
format: test/tangent_types/tangent.jl#L332
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: test/tangent_types/tangent.jl:332:- @test norm(Tangent{Foo}(; y = c.y, x = NoTangent())) == c.y test/tangent_types/tangent.jl:334:+ @test norm(Tangent{Foo}(; y=c.y, x=NoTangent())) == c.y
format: test/tangent_types/tangent.jl#L334
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: test/tangent_types/tangent.jl:334:- @test norm(Tangent{Foo}(; y = NoTangent(), x = @not_implemented("")), 2) == 0 test/tangent_types/tangent.jl:336:+ @test norm(Tangent{Foo}(; y=NoTangent(), x=@not_implemented("")), 2) == 0
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/