-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUG] The same-day reviews are filtered out when passing --secs to other.py. #158
Comments
@1DWalker, I found another problem: the "delta_t" is not secs even when the flag of --secs is passed. |
Isn't it intended behaviour since --short was not used? |
I will later try to reproduce the delta_t issue. |
Here is the problem: Lines 2493 to 2505 in 3993541
|
|
Fine. I figured it out. My previous expectation is the same-day reviews are included if |
After #152, when I run
python other.py --model FSRS-4.5 --secs
, the same-day reviews are filtered out. I located the problematic code:srs-benchmark/other.py
Lines 2472 to 2474 in 3993541
The condition should be
if not secs_ivl and not SHORT_TERM
. But it will induce another error when I runpython other.py --model FSRS-4.5 --secs --equalize_test_with_non_secs
:Could you help me? @1DWalker
The text was updated successfully, but these errors were encountered: