Skip to content

Commit 96f18ed

Browse files
committed
KeywordCalls
1 parent df9ba04 commit 96f18ed

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

src/MeasureBase.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ using Random
55

66
using ConcreteStructs
77
using MLStyle
8+
using KeywordCalls
9+
using Compat
810

911
export
1012
export sampletype
@@ -28,7 +30,6 @@ Methods for computing density relative to other measures will be
2830
"""
2931
function logdensity end
3032

31-
include("paramorder.jl")
3233
include("exp.jl")
3334
include("domains.jl")
3435
include("utils.jl")

src/paramorder.jl

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

0 commit comments

Comments
 (0)