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

loader_kwargs as parameter in processing functions #67

Open
dado93 opened this issue Jan 10, 2024 · 1 comment
Open

loader_kwargs as parameter in processing functions #67

dado93 opened this issue Jan 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dado93
Copy link
Owner

dado93 commented Jan 10, 2024

Functions used to load data always need to retrieve data using specific loading function. Each loader, using as base class pywearable.loader.BaseLoader may require additional parameters in the loading function call, thus the functions using for processing data, such as pywearable.sleep.get_sleep_statistic should accept as an argument a loader_kwargs that contains keyword arguments to be passed to the loading function.

@dado93 dado93 added this to the Release 0.1 version milestone Jan 10, 2024
@dado93 dado93 self-assigned this Jan 10, 2024
@dado93 dado93 added the enhancement New feature or request label Jan 10, 2024
@dado93
Copy link
Owner Author

dado93 commented Feb 10, 2024

An example of this method is provided in the respiration.py module: to be integrated also in the other modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant