Skip to content

Commit 27f1ea0

Browse files
committed
More cleaning
1 parent d2c7b74 commit 27f1ea0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/MeasureTheory.jl

-3
This file was deleted.

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919
end
2020

2121
@testset "Kernel" begin
22-
κ = MeasureTheory.kernel(identity, MeasureTheory.Dirac)
22+
κ = MeasureBase.kernel(identity, MeasureBase.Dirac)
2323
@test rand(κ(1.1)) == 1.1
2424
end
2525

@@ -54,7 +54,7 @@ end
5454
end
5555
end
5656

57-
import MeasureTheory.:
57+
import MeasureBase.:
5858
function ::Normal, kernel)
5959
m = kernel(μ)
6060
Normal= m.μ.μ, σ = sqrt(m.μ.σ^2 + m.σ^2))

0 commit comments

Comments
 (0)