Skip to content

Commit 560a634

Browse files
committed
Fix to_submodel entry
1 parent c0fa223 commit 560a634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ macro register(model)
3333
end
3434

3535
# These imports tend to get used a lot in models
36-
using DynamicPPL: @model
36+
using DynamicPPL: @model, to_submodel
3737
using Distributions
3838
using LinearAlgebra: I
3939

0 commit comments

Comments
 (0)