We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e8b91 commit 8dcc28fCopy full SHA for 8dcc28f
src/MeasureBase.jl
@@ -134,7 +134,6 @@ include("combinators/product.jl")
134
include("combinators/power.jl")
135
include("combinators/spikemixture.jl")
136
include("combinators/likelihood.jl")
137
-include("combinators/pointwise.jl")
138
include("combinators/restricted.jl")
139
include("combinators/smart-constructors.jl")
140
include("combinators/conditional.jl")
src/combinators/pointwise.jl
test/runtests.jl
@@ -163,8 +163,6 @@ end
163
-(x - μ)^2
164
end
165
166
-
167
- @inferred logdensityof(Lebesgue() ⊙ ℓ, 2.0)
168
169
170
# @testset "Likelihood" begin
0 commit comments