Anki/rslib/src/scheduler/fsrs
Luc Mcgrady f038d6726a
Fix: Simulator Ignores New Cards Already Introduced (#3760)
* Subtract introduced:1 count from learn count of first day of simulator.

* Fix: Cards filtered

* Tidy up

* Fix: Cards filtered (2)

* ./check

* Removed unnecessary filter

* Fix: Doesn't work for real new cards

* ./check

* Fix: .is_none()

* Limit to 1 day

* Removed "days_to_simulate" argument from convert
2025-01-25 21:16:25 +11:00
..
error.rs Rename remaining 'weights' references to 'params' 2024-10-21 18:13:23 +10:00
memory_state.rs Don't treat manually scheduled cards with no reps as new cards (#3727) 2025-01-17 15:48:41 +11:00
mod.rs Rename remaining 'weights' references to 'params' 2024-10-21 18:13:23 +10:00
params.rs Clear memory states during bulk action if item is None (#3717) 2025-01-15 20:49:15 +11:00
retention.rs Feat/support new cards ignore review limit in simulator (#3707) 2025-01-09 22:49:13 +11:00
simulator.rs Fix: Simulator Ignores New Cards Already Introduced (#3760) 2025-01-25 21:16:25 +11:00
try_collect.rs Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00