Skip to content

Commit 25a41f3

Browse files
Update test/dirichlet.jl
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
1 parent 90455c8 commit 25a41f3

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
@@ -135,7 +135,7 @@ end
135135
d, ∂d = ChainRulesCore.frule((nothing, Δalpha), Dirichlet, alpha)
136136
ChainRulesTestUtils.test_frule(Dirichlet ChainRulesCore.NoTangent(), alpha Δalpha)
137137
_, dp = ChainRulesCore.rrule(Dirichlet, alpha)
138-
ChainRulesTestUtils.test_rrule(Dirichlet{Float64} ChainRulesCore.NoTangent(), alpha)
138+
ChainRulesTestUtils.test_rrule(Dirichlet{Float64}, alpha)
139139
x = rand(n)
140140
x ./= sum(x)
141141
Δx = 0.05 * rand(n)

0 commit comments

Comments
 (0)