Skip to content

Commit 02a8674

Browse files
committed
add test of GaussAdjoint with EnzymeVJP and SciMLStructs
1 parent af830be commit 02a8674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/scimlstructures_interface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ end
159159
run_diff(initialize())
160160
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint())[1].ps)
161161
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint(autojacvec = false))[1].ps)
162+
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint(autojacvec = EnzymeVJP()))[1].ps)

0 commit comments

Comments
 (0)