Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Aug 26, 2024
1 parent 298a8ee commit e11334a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ mod tests {
let score_a = (2.0 * 0.0 + 1.0 * 1.0) / weights_sum;
assert_eq!(score, score_l * score_a);

// Test arrays with arrays of different sizes.
// Test with arrays of different sizes.
let weights: &[f64] = &[3.0, 2.0, 1.0];
let weights_sum: f64 = weights.iter().sum();
let availabilities = vec![true, false, true].into();
Expand Down

0 comments on commit e11334a

Please sign in to comment.