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

V1.0.0 beta.2 #17

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

V1.0.0 beta.2 #17

wants to merge 27 commits into from

Conversation

Trybnetic
Copy link
Owner

This Pull Request adds new functions to analyze raw acceleration data

  • paat.analysis.annotate takes the raw acceleration DataFrame and performs the default pipeline on it
  • paat.visualizations.visualize visualizes the whole DataFrame, split by days
  • paat.features.calculate_enmo is a convenience function calling paat.features.calculate_vector_magnitude with the correct parameters
  • cleans up the code with pycodestyle (fixes Improve code quality with pylint and pycodestyle #2)

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2022

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (af9949f) 75.18% compared to head (c0d7d6f) 75.46%.

Files Patch % Lines
paat/visualizations.py 18.60% 35 Missing ⚠️
paat/features.py 57.14% 3 Missing ⚠️
paat/analysis.py 91.66% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   75.18%   75.46%   +0.28%     
==========================================
  Files           6        9       +3     
  Lines         540      644     +104     
==========================================
+ Hits          406      486      +80     
- Misses        134      158      +24     
Flag Coverage Δ
unittests 75.46% <40.90%> (+0.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Trybnetic Trybnetic marked this pull request as ready for review February 1, 2024 09:10
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.

Improve code quality with pylint and pycodestyle
2 participants