-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/float next interval #213
Conversation
These changes look pretty straightforward. I presume we could retain the same behavior on Anki's end, if desired, by rounding the intervals on that side? Is your intention to do that for 1+ day intervals, and treat subday intervals differently if there are no (re)learning steps? |
Yes. In the corresponding PR, I modified the code to round the interval and make sure it's greater or equal to 1 day. For interval shorter than 0.5 day, if there are no (re)learning steps, it will be converted to seconds. |
FSRS controlling subday intervals is a bit contentious, but we can discuss that in the linked PR - looks like the changes here should be ok to merge? |
It's OK to merge this PR. But it's nice if we can wait for merging #222, which doesn't need Anki side to change the code. This PR is not back-compatible, if I merge it first, I have to update a bunch of code in Anki side. |
I recommend merging this PR ankitects/anki#3405 first. |
@dae, do you approve this PR? |
Yes, sorry for the delay. |
Related PR: