Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Mar 18, 2017
2 parents 683e4e8 + c89be90 commit 848d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -10,7 +10,7 @@ numsamples_perwalker = 1000
burnin = 100

function testit()
const stds = exp(5 * randn(numdims))
const stds = exp.(5 * randn(numdims))
const means = 1 + 5 * rand(numdims)
llhood = x->begin
retval = 0.
Expand Down

0 comments on commit 848d836

Please sign in to comment.