mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Latest FSRS
This commit is contained in:
parent
2acdc8c30a
commit
1e2f11a271
4 changed files with 2564 additions and 1201 deletions
2639
Cargo.lock
generated
2639
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -37,7 +37,7 @@ rev = "184b2ca50ed39ca43da13f0b830a463861adb9ca"
|
|||
[workspace.dependencies.fsrs]
|
||||
# version = "3.0.0"
|
||||
git = "https://github.com/open-spaced-repetition/fsrs-rs.git"
|
||||
rev = "2fb2ac7f7a4d14d07663fe5698ba5e95e3f78ebd"
|
||||
rev = "092c20bac7d9239a991ae5b561556ad34c706c16"
|
||||
# path = "../open-spaced-repetition/fsrs-rs"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
|
1123
cargo/licenses.json
1123
cargo/licenses.json
File diff suppressed because it is too large
Load diff
|
@ -88,6 +88,7 @@ impl Collection {
|
|||
})
|
||||
.is_ok()
|
||||
},
|
||||
None,
|
||||
)?
|
||||
.clamp(0.7, 0.95))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue