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.
1 parent edc97e4 commit 74f4eb4Copy full SHA for 74f4eb4
src/primitives/logdensity.jl
@@ -19,7 +19,7 @@ end
19
20
@inline function tilde(::typeof(unsafe_logdensityof), lens, xname, x, d, cfg, ctx::NamedTuple)
21
lm = lazymerge(cfg.obs, cfg.pars)
22
- x = getproperty(lm, xname)
+ x = NestedTuples._get(lm, xname)
23
# x =get(lm, xname)
24
@reset ctx.ℓ += MeasureBase.unsafe_logdensityof(d, lens(x))
25
(x, ctx, ctx.ℓ)
0 commit comments