Skip to content

Commit

Permalink
Update test/ad/distributions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Aug 21, 2024
1 parent 48c9afb commit 443c731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ad/distributions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
DistSpec(Poisson, (0.5,), [1, 1]),

# Enzyme: no forward rule for ccall
DistSpec(Skellam, (1.0, 2.0), -2, broken=(:Zygote,)),
DistSpec(Skellam, (1.0, 2.0), [-2, -2], broken=(:Zygote,)),
DistSpec(Skellam, (1.0, 2.0), -2, broken=(:Enzyme,)),
DistSpec(Skellam, (1.0, 2.0), [-2, -2], broken=(:Enzyme,)),

DistSpec(PoissonBinomial, ([0.5, 0.5],), 0),

Expand Down

0 comments on commit 443c731

Please sign in to comment.