Skip to content

Commit

Permalink
Update paramset.jl
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
femtotrader authored Apr 24, 2018
1 parent 043033a commit d9600fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paramset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function get_n_runs(ps::ParameterSet)::Int
return n_runs
end

function get_param_combos(ps::ParameterSet, n_runs::Int=get_n_runs(ps))::Matrix
function get_param_combos(ps::ParameterSet; n_runs::Int=get_n_runs(ps))::Matrix
combos = Matrix{Any}(n_runs, ps.n_args)
P = 1
for j in 1:ps.n_args
Expand Down

0 comments on commit d9600fa

Please sign in to comment.