Skip to content
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

fix: memberactivities analytics range! #66

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

amindadgar
Copy link
Member

@amindadgar amindadgar commented Feb 14, 2024

As the analytics for a specific date should be a range of [specific_date - window_size, specific_date], we should've to go always window_size days back to compute that day's analytics. The condition we updated is for the time when we're computing daily analytics and loading the previous analytics in memory.

As the analytics for a specific date should be a range of `window_size` before, we should've go always `window_size` days back to compute that day analytics.
The condition here is for the time when we're computing daily analytics and loading the previous analytics in memory.
@amindadgar amindadgar linked an issue Feb 14, 2024 that may be closed by this pull request
@amindadgar amindadgar merged commit 911f07e into development Feb 14, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: memberactivities not computed in run_once
3 participants