Skip to content

Commit 424495d

Browse files
committed
add test of GaussAdjoint with EnzymeVJP and SciMLStructs
1 parent eac3d53 commit 424495d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/scimlstructures_interface.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,5 @@ end
158158

159159
run_diff(initialize())
160160
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint())[1].ps)
161-
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint(autojacvec=false))[1].ps)
161+
@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)