Skip to content

Commit

Permalink
silly changes for silly orion
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed Jul 18, 2024
1 parent 56eb7a9 commit e788de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats_tests/fisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ mod tests {

#[test]
fn test_fishers_exact_for_trivial() {
let cases = [[0, 0, 1, 2], [1, 2, 0, 0], [1, 0, 2, 0], [0, 1, 0, 2]];
let cases = vec![[0, 0, 1, 2], [1, 2, 0, 0], [1, 0, 2, 0], [0, 1, 0, 2]];

for table in cases.iter() {
assert_eq!(fishers_exact(table, Alternative::Less).unwrap(), 1.0)
Expand Down

0 comments on commit e788de5

Please sign in to comment.