Skip to content

Commit

Permalink
Fix name of what's now demo_assume_dot_observe_literal
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Dec 17, 2024
1 parent 212b27a commit b36f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/experimental/gibbs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DEMO_MODELS_WITHOUT_DOT_ASSUME = Union{
Model{typeof(DynamicPPL.TestUtils.demo_assume_dot_observe)},
Model{typeof(DynamicPPL.TestUtils.demo_assume_multivariate_observe_literal)},
Model{typeof(DynamicPPL.TestUtils.demo_assume_observe_literal)},
Model{typeof(DynamicPPL.TestUtils.demo_assume_literal_dot_observe)},
Model{typeof(DynamicPPL.TestUtils.demo_assume_dot_observe_literal)},
Model{typeof(DynamicPPL.TestUtils.demo_assume_matrix_dot_observe_matrix)},
}
has_dot_assume(::DEMO_MODELS_WITHOUT_DOT_ASSUME) = false
Expand Down

0 comments on commit b36f48c

Please sign in to comment.