Skip to content

Commit

Permalink
remove last Vararg{<:...
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Apr 27, 2023
1 parent 039c677 commit b98fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statsbase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ estimators = [
:AnalyticalNonlinearShrinkage,
]
for estimator in estimators
@eval function Statistics.cov(ce::$estimator, A::KeyedMatrix, wv::Vararg{<:AbstractWeights}; dims=1, kwargs...)
@eval function Statistics.cov(ce::$estimator, A::KeyedMatrix, wv::Vararg{AbstractWeights}; dims=1, kwargs...)
d = NamedDims.dim(A, dims)
data = cov(ce, keyless_unname(A), wv...; dims=d, kwargs...)
L1 = dimnames(A, 3 - d)
Expand Down

0 comments on commit b98fcec

Please sign in to comment.