Skip to content

Commit

Permalink
default number of variables for block tests changed to 48
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Jun 23, 2017
1 parent 7047e15 commit e9aae75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Be carefull while using `n`>`4` and large `m`, where naive algorithms might need
To analyse the computional time of cumulants for diferent block sizes `1 < b < sqrt(n)`, we supply the executable script `comptimes.jl`.
This script returns to a .jld file computional times, given folowing parameters:
* `-m (Int)`: cumulant's order, by default `m = 4`,
* `-n (Int)`: numbers of marginal variables, by default `m = 50`,
* `-n (Int)`: numbers of marginal variables, by default `m = 48`,
* `-t (vararg Int)`: number of realistations of random variable, by defalut `t = 10000 20000`.
Computional times and parameters are saved in the .jld file in /res directory. All comparisons performed by this script use one core.

Expand Down
2 changes: 1 addition & 1 deletion test/comptimeblocks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function main(args)
default = 4
arg_type = Int
"--nvar", "-n"
default = 50
default = 48
help = "n, numbers of marginal variables"
arg_type = Int
"--dats", "-t"
Expand Down

0 comments on commit e9aae75

Please sign in to comment.