Skip to content

Commit

Permalink
fixed fisher unit test's pool size mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil committed Oct 27, 2023
1 parent cdf7f67 commit 2c56697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables/fisher_exact_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mod tests {
min_coverage: 1,
min_allele_frequency: 0.005,
min_missingness_rate: 0.0,
pool_sizes: vec![0.2, 0.2, 0.2, 0.2, 0.2],
pool_sizes: vec![0.2, 0.2, 0.2],
};
let mut locus_counts = LocusCounts {
chromosome: "Chromosome1".to_owned(),
Expand Down

0 comments on commit 2c56697

Please sign in to comment.