Skip to content

Commit

Permalink
make sample test more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
guyvdbroeck committed Mar 22, 2021
1 parent 0c197e5 commit 513ca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/queries/sample_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end

loglikelihoods = EVI(pc, worlds)

Nsamples = 2_0000
Nsamples = 50_000

samples, _ = sample(pc, Nsamples; rng)
histogram_matches_likelihood(samples, worlds, loglikelihoods)
Expand Down

0 comments on commit 513ca7c

Please sign in to comment.