Skip to content

Commit ab5ece2

Browse files
committed
remove more lazyarray references
1 parent 83a6969 commit ab5ece2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
99
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
1010
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
1111
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
12-
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1312
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1413
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
1514
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"

models/dppl_hier_poisson.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ y = mapreduce(λi -> rand(Poisson(λi), nd), vcat, λ)
1212
x = repeat(logpop, inner=nd)
1313
idx = repeat(collect(1:ns), inner=nd)
1414

15-
lazyarray(f, x) = LazyArray(Base.broadcasted(f, x))
16-
1715
@model function dppl_hier_poisson(y, x, idx, ns)
1816
a0 ~ Normal(0, 10)
1917
a1 ~ Normal(0, 1)

0 commit comments

Comments
 (0)