Skip to content

Commit 20d4ac4

Browse files
committed
Remove kernelfactor
Not used currently.
1 parent 3203daa commit 20d4ac4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/parameterized.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,3 @@ params(::Type{PM}) where {N,PM<:ParameterizedMeasure{N}} = N
127127
function paramnames(μ, constraints::NamedTuple{N}) where {N}
128128
tuple((k for k in paramnames(μ) if k N)...)
129129
end
130-
131-
###############################################################################
132-
# kernelfactor
133-
134-
function kernelfactor(::Type{P}) where {N,P<:ParameterizedMeasure{N}}
135-
(constructorof(P), N)
136-
end
137-
138-
function kernelfactor(::P) where {N,P<:ParameterizedMeasure{N}}
139-
(constructorof(P), N)
140-
end

0 commit comments

Comments
 (0)