Skip to content

Commit 96883e8

Browse files
Update test/dirichlet.jl
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
1 parent 89a9346 commit 96883e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dirichlet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ end
141141
Δx = 0.05 * rand(n)
142142
Δx .-= mean(Δx)
143143
# such that x ∈ Δ, x + Δx ∈ Δ
144-
ChainRulesTestUtils.test_frule(Distributions._logpdf ChainRulesCore.NoTangent(), d, x Δx)
144+
ChainRulesTestUtils.test_frule(Distributions._logpdf, d, x Δx)
145145
@testset "finite diff f/r-rule logpdf" begin
146146
for _ in 1:10
147147
x = rand(n)

0 commit comments

Comments
 (0)