Skip to content

Commit 544016d

Browse files
committed
fix
1 parent c1b0cee commit 544016d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

main.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,13 @@ end
100100
@include_model "demo_dot_assume_observe_submodel"
101101
@include_model "dot_assume"
102102
@include_model "dot_observe"
103-
@include_model "dppl_gauss_unknown.jl"
103+
@include_model "dppl_gauss_unknown"
104104
@include_model "dppl_hier_poisson"
105-
@include_model "dppl_high_dim_gauss.jl"
105+
@include_model "dppl_high_dim_gauss"
106106
@include_model "dppl_hmm_semisup"
107107
@include_model "dppl_lda"
108108
@include_model "dppl_logistic_regression"
109-
# Disabled because of https://github.com/TuringLang/ADTests/issues/24
110-
# @include_model "dppl_naive_bayes"
109+
@include_model "dppl_naive_bayes"
111110
@include_model "dppl_sto_volatility"
112111
@include_model "dynamic_constraint"
113112
@include_model "multiple_constraints_same_var"

0 commit comments

Comments
 (0)