Skip to content

Commit 5a98037

Browse files
committed
fix missing import
1 parent d3d32e4 commit 5a98037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test_utils/sampler.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#
44
# Utilities to test samplers on models.
55

6+
using AbstractPPL: AbstractPPL
7+
68
"""
79
marginal_mean_of_samples(chain, varname)
810

0 commit comments

Comments
 (0)