open-spaced-repetition / py-fsrs

Python Package for FSRS
https://pypi.org/project/fsrs/
MIT License
147 stars 23 forks source link

SchedulingCards中当state为Review时不正确 #2

Closed ishiko732 closed 1 year ago

ishiko732 commented 1 year ago

https://github.com/open-spaced-repetition/py-fsrs/blob/2f178564e805c5bfdf8501d8ef516723187266dd/src/fsrs/models.py#L91-L92 第92行代码应为

self.again.state = State.Relearning

参考Anki: image