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

Time counting features should accept param for number of seconds to consider "idle" #266

Open
LswaN58 opened this issue Jan 23, 2025 · 0 comments · May be fixed by #243
Open

Time counting features should accept param for number of seconds to consider "idle" #266

LswaN58 opened this issue Jan 23, 2025 · 0 comments · May be fixed by #243
Assignees
Labels
Aqualab Issues related to Aqualab (Wake) game Extractor Create or improve a Feature Extractor class

Comments

@LswaN58
Copy link
Member

LswaN58 commented Jan 23, 2025

Currently hardcoded to check for time differences > timedelta(minutes=1).

Should take a constructor param of IDLE_THRESHOLD as number of seconds, then have cls.IDLE_THRESHOLD = timedelta(seconds=IDLE_THRESHOLD)

In keeping with proposal #265, resolved by #243

@LswaN58 LswaN58 added Extractor Create or improve a Feature Extractor class Aqualab Issues related to Aqualab (Wake) game labels Jan 23, 2025
@LswaN58 LswaN58 linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aqualab Issues related to Aqualab (Wake) game Extractor Create or improve a Feature Extractor class
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants