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.
2 parents 81bb2cf + 02aed1d commit 5f8520bCopy full SHA for 5f8520b
src/modeling_library/distributions/poisson.jl
@@ -24,6 +24,6 @@ end
24
is_discrete(::Poisson) = true
25
26
has_output_grad(::Poisson) = false
27
-has_argument_grads(::Poisson) = (false,)
+has_argument_grads(::Poisson) = (true,)
28
29
export poisson
0 commit comments