Skip to content

Commit 8dcc28f

Browse files
committed
Removes PointwiseProductMeasure
`mintegral` should be used instead to express posteriors.
1 parent 18e8b91 commit 8dcc28f

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

src/MeasureBase.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ include("combinators/product.jl")
134134
include("combinators/power.jl")
135135
include("combinators/spikemixture.jl")
136136
include("combinators/likelihood.jl")
137-
include("combinators/pointwise.jl")
138137
include("combinators/restricted.jl")
139138
include("combinators/smart-constructors.jl")
140139
include("combinators/conditional.jl")

src/combinators/pointwise.jl

Lines changed: 0 additions & 30 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ end
163163
-(x - μ)^2
164164
end
165165
end
166-
167-
@inferred logdensityof(Lebesgue() ℓ, 2.0)
168166
end
169167

170168
# @testset "Likelihood" begin

0 commit comments

Comments
 (0)