Skip to content

Commit 8f3e7b9

Browse files
committed
Fix pointwise_logdensity test
1 parent f74258e commit 8f3e7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pointwise_logdensities.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ end
4848
@testset "pointwise_logdensities chain" begin
4949
# We'll just test one, since `pointwise_logdensities(::Model, ::AbstractVarInfo)` is tested extensively,
5050
# and this is what is used to implement `pointwise_logdensities(::Model, ::Chains)`. This test suite is just
51-
# to ensure that we don't accidentally break the the version on `Chains`.
52-
model = DynamicPPL.TestUtils.demo_dot_assume_observe()
51+
# to ensure that we don't accidentally break the version on `Chains`.
52+
model = DynamicPPL.TestUtils.demo_assume_index_observe()
5353
# FIXME(torfjelde): Make use of `varname_and_value_leaves` once we've introduced
5454
# an impl of this for containers.
5555
# NOTE(torfjelde): This only returns the varnames of the _random_ variables, i.e. excl. observed.

0 commit comments

Comments
 (0)