Skip to content

Commit

Permalink
Test RuleConfig backend with second derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Jan 3, 2024
1 parent 4e0f3f5 commit 94342de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ruleconfig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ using Zygote
@testset "j′vp" begin
test_j′vp(backend)
end
@testset "Second derivative" begin
test_second_derivatives(backend)
end
@testset "Lazy Derivative" begin
test_lazy_derivatives(backend)
end
Expand Down

0 comments on commit 94342de

Please sign in to comment.