Skip to content

Commit

Permalink
enable Zygote for non-bijector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Dec 8, 2023
1 parent 8c559e3 commit bd925cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inference/repgradelbo_distributionsad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using Test
(adbackname, adbackend) Dict(
:ForwarDiff => AutoForwardDiff(),
#:ReverseDiff => AutoReverseDiff(),
#:Zygote => AutoZygote(),
:Zygote => AutoZygote(),
#:Enzyme => AutoEnzyme(),
)

Expand Down

0 comments on commit bd925cc

Please sign in to comment.