Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Feb 22, 2023
1 parent f2b51d8 commit fcec5ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/performancetestresults.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ A ╲ B │ numcols(x) StatsBase.corkendall KendallTau.corkendall
#TODO run the test below on 12-core PC to generate new chart for README.md
julia> using StatsBase,KendallTau;include("scripts/performancetests.jl");how_scaleable([StatsBase.corkendall,KendallTau.corkendall],1000,vcat(2:31, 2 .^(5:15)),false,true,true)


using KendallTau
small_x = rand(1040, 10);
small_x = ifelse.(small_x .< 0.05, missing, small_x);
Expand All @@ -294,7 +293,6 @@ size(small_x), size(big_x)
size(small_tau), size(big_tau)
big_tau == repeat(small_tau, outer=[n_repeat, n_repeat])


julia> using StatsBase,KendallTau;include("scripts/performancetests.jl");how_scaleable([StatsBase.corkendall,KendallTau.corkendall],1000,vcat(2 .^(1:12)),false,true,true)
###################################################################
Executing how_scaleable 2023-02-20T11:57:20.535
Expand Down

0 comments on commit fcec5ff

Please sign in to comment.