You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question / potential bug. The detailed column on the left, labeled Past day - I'd assume because of the header that it is meant to show stats from Yesteday. The addons line of code pastDay = statList(self, lim, (self.col.sched.dayCutoff-86400)*1000) also sort of confirms that. However for a while now this column has been showing me always just detailed version of Today.
On the below sceen you can see from the Review heatmap that I did 724 cards yesterday, 0 today and it shows me 0 in the Past day column:
Is this the expected behavior?
edit:
Just checked and noticed the calculations for Past week propably don't source the data correctly either.
Last week, Mon-Sun I did 3 869 cards, which is much more than the total shows, so something's off...
Anki
Version 2.1.35 (84dcaa86)
Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
System
Windows 10 Pro
Checklist
In case of a bug: Have you tried restarting Anki?
Are you running the latest version of the add-on? Have you redownloaded the add-on from AnkiWeb to make sure?
Did you check the add-on description on AnkiWeb for known issues?
Did you perform a cursory search through existing issue reports?
The text was updated successfully, but these errors were encountered:
I have a question / potential bug. The detailed column on the left, labeled Past day - I'd assume because of the header that it is meant to show stats from Yesteday. The addons line of code
pastDay = statList(self, lim, (self.col.sched.dayCutoff-86400)*1000)
also sort of confirms that. However for a while now this column has been showing me always just detailed version of Today.On the below sceen you can see from the Review heatmap that I did 724 cards yesterday, 0 today and it shows me 0 in the Past day column:

Is this the expected behavior?
edit:
Just checked and noticed the calculations for Past week propably don't source the data correctly either.
Last week, Mon-Sun I did 3 869 cards, which is much more than the total shows, so something's off...
Anki
Version 2.1.35 (84dcaa86)
Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
System
Windows 10 Pro
Checklist
The text was updated successfully, but these errors were encountered: