Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Oct 7, 2023
1 parent 41eacce commit e226b4a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/glicko2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,10 +671,7 @@ mod tests {
volatility: 0.06,
};

let config = Glicko2Config {
//convergence_tolerance: 0.000_000_000_000_001,
..Default::default()
};
let config = Glicko2Config::default();

let (player1new, player2new) = glicko2(&player1, &player2, &Outcomes::WIN, &config);

Expand Down

0 comments on commit e226b4a

Please sign in to comment.