mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
delete shadowed fsrs
This commit is contained in:
parent
1fe98f2514
commit
afb2f03d19
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue