We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac3d53 commit 424495dCopy full SHA for 424495d
test/scimlstructures_interface.jl
@@ -158,4 +158,5 @@ end
158
159
run_diff(initialize())
160
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint())[1].ps)
161
-@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint(autojacvec=false))[1].ps)
+@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