Skip to content

Commit

Permalink
delete doubly-defined function _typename
Browse files Browse the repository at this point in the history
forgot to hit save after moving it to the helper functions, oopsies
  • Loading branch information
simonsteiger committed Aug 15, 2024
1 parent cae8022 commit d7f2040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/functions/isremission.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
_typename(x::DataType) = Symbol(split(string(nameof(x)), ".")[end])

function isremission(::Type{T}, x::AbstractComposite) where {T<:ContinuousComposite}
cut = getproperty(cont_cutoff_funs, _typename(T))
return cut.remission(score(x))
Expand Down

0 comments on commit d7f2040

Please sign in to comment.