Skip to content

Commit 296a6a4

Browse files
authored
Update README.md
1 parent 8cd3f95 commit 296a6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ density(data, θ) = insupport(θ) ? sum(logpdf.(dist(θ), data)) : -Inf
2121
data = rand(Normal(0, 1), 30)
2222

2323
# Construct a DensityModel.
24-
model = DensityModel(density, data)
24+
model = DensityModel(density)
2525

2626
# Set up our sampler with initial parameters.
2727
spl = MetropolisHastings([0.0, 0.0])

0 commit comments

Comments
 (0)