Skip to content

Commit

Permalink
relax tolerance for test_rand_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwest1066 committed Oct 15, 2011
1 parent c348e73 commit 4d89e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rand/test_rand_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cd ${0%/*}

../../test_poisson_sample 4 50 10000000 > out/poisson_4_approx.dat
../../test_poisson_sample 4 50 0 > out/poisson_4_exact.dat
../../numeric_diff --by col --rel-tol 1e-3 out/poisson_4_exact.dat out/poisson_4_approx.dat
../../numeric_diff --by col --rel-tol 2e-3 out/poisson_4_exact.dat out/poisson_4_approx.dat

0 comments on commit 4d89e51

Please sign in to comment.