File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ is_supported(::ADTypes.AutoReverseDiff) = true
19
19
LogDensityFunction(
20
20
model::Model,
21
21
getlogdensity::Function=getlogjoint,
22
- varinfo::AbstractVarInfo=ldf_default_varinfo(model, getlogdensity),
22
+ varinfo::AbstractVarInfo=ldf_default_varinfo(model, getlogdensity);
23
23
adtype::Union{ADTypes.AbstractADType,Nothing}=nothing
24
24
)
25
25
@@ -111,7 +111,7 @@ struct LogDensityFunction{
111
111
function LogDensityFunction (
112
112
model:: Model ,
113
113
getlogdensity:: Function = getlogjoint,
114
- varinfo:: AbstractVarInfo = ldf_default_varinfo (model, getlogdensity),
114
+ varinfo:: AbstractVarInfo = ldf_default_varinfo (model, getlogdensity);
115
115
adtype:: Union{ADTypes.AbstractADType,Nothing} = nothing ,
116
116
)
117
117
if adtype === nothing
You can’t perform that action at this time.
0 commit comments