delete shadowed fsrs

This commit is contained in:
Luc Mcgrady 2025-06-02 13:17:52 +01:00
parent 1fe98f2514
commit afb2f03d19
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -127,7 +127,6 @@ impl Collection {
if num_of_relearning_steps <= 1 {
params = current_params.to_vec();
} else {
let current_fsrs = FSRS::new(Some(current_params))?;
let memory_state = MemoryState {
stability: 1.0,
difficulty: 1.0,