Skip to content

Commit 8528600

Browse files
Update src/optimal_retention.rs
Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com>
1 parent 5c7ad53 commit 8528600

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/optimal_retention.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ pub fn simulate(
222222
}
223223

224224
for (i, card) in cards.iter().enumerate() {
225-
if card.due >= learn_span as f32 {
226-
continue;
227-
}
228225
card_priorities.push(i, card_priority(card, card.last_date == f32::NEG_INFINITY));
229226
}
230227

0 commit comments

Comments
 (0)