Skip to content

Commit e600589

Browse files
committed
Fix missing import
1 parent 9012774 commit e600589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimisation/Optimisation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ function estimate_mode(
615615
spl_model = DynamicPPL.contextualize(
616616
model, DynamicPPL.SamplingContext(model.context)
617617
)
618-
DynamicPPL.check_model(spl_model, VarInfo(); error_on_failure=true)
618+
DynamicPPL.check_model(spl_model, DynamicPPL.VarInfo(); error_on_failure=true)
619619
end
620620

621621
constraints = ModeEstimationConstraints(lb, ub, cons, lcons, ucons)

0 commit comments

Comments
 (0)