Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Oct 4, 2024
1 parent 726183c commit 77edd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimal_retention.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ mod tests {
let optimal_retention = fsrs
.optimal_retention(&config, &DEFAULT_PARAMETERS[..17], |_v| true)
.unwrap();
assert_eq!(optimal_retention, 0.8435673);
assert_eq!(optimal_retention, 0.81009555);
Ok(())
}

Expand Down

0 comments on commit 77edd3c

Please sign in to comment.