mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Anki is a smart spaced repetition flashcard program
![]() This works fine if the user is showing all cards, but if they have limited reviews to certain categories, it can result in the counts going negative because we decremented for cards which weren't actually due. Determining if a card was actually due or not is an expensive operation, so instead we leave the counts alone and make sure reviews will finish early if the new/rev counts are non-zero but the queue is empty. |
||
---|---|---|
anki | ||
tests | ||
tools | ||
.gitignore | ||
ChangeLog.old | ||
COPYING | ||
ez_setup.py | ||
setup.cfg | ||
setup.py |