- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 216
Closed
Description
This seems similar to #309.
On Julia v1.3, Zygote v0.4.7 and Distributions v0.22.4:
using Distributions, Zygote
f(x) = logpdf(Normal(), x)
f(0.0) # -0.9189385332046728
f'(0.0)
# MethodError: no method matching Irrational{:log2π}(::Int64)
# Closest candidates are:
#  Irrational{:log2π}(::T) where T<:Number at boot.jl:718
#  Irrational{:log2π}() where sym at irrationals.jl:18
#  Irrational{:log2π}(!Matched::Complex) where T<:Real at complex.jl:37jessebett, drrmmng, sivapvarma, roberthoenig, AzamatB and 2 more
Metadata
Metadata
Assignees
Labels
No labels