Skip to content

Commit

Permalink
value stability
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-lieser committed Oct 12, 2024
1 parent fbee18a commit f171376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_distr/tests/value_stability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fn hypergeometric_stability() {
test_samples(
7221,
Hypergeometric::new(100, 50, 50).unwrap(),
&[23, 27, 26, 27, 22, 24, 31, 22],
&[23, 27, 26, 27, 22, 25, 31, 25],
); // Algorithm H2PE
}

Expand Down

0 comments on commit f171376

Please sign in to comment.