Skip to content

Commit

Permalink
Update recently merged PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Apr 26, 2021
1 parent 77a09a3 commit f7cd74a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions test/runtests.jl
Expand Up @@ -14,15 +14,12 @@ for m in [Bootstrap, CategoricalArrays, Clustering, CSV, DataFrames,
Loess, MultivariateStats, MixedModels, StatsBase, ShiftedArrays, TimeSeries]
for name in names(m)
# Work around undefined exports:
# JuliaStats/StatsBase#663,
# JuliaStats/Clustering.j#210,
# JuliaStats/GLM.jl#405,
# JuliaStats/Clustering.jl#210,
# JuliaStats/StatsModels.jl#218,
# JuliaStats/MultivariateStats.jl#142,
# JuliaArrays/ShiftedArrays.jl#42,
# JuliaStats/TimeSeries.jl#487
name in (:findat, :kmeans_opts, :Gaussian, :LagTerm, :dropterm,
:invsqrtm!, :wmean!, :reduce_vec, :mapreduce_vec, :find) && continue
# JuliaArrays/ShiftedArrays.jl#42
name in (:kmeans_opts, :LagTerm, :dropterm,
:invsqrtm!, :reduce_vec, :mapreduce_vec) && continue
push!(objects, getproperty(m, name) => name)
end
end
Expand Down

0 comments on commit f7cd74a

Please sign in to comment.