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

feat: Add GazeDataFrame.detect() #511

Merged
merged 1 commit into from
Sep 15, 2023

feat: Add GazeDataFrame.detect()

b3d1fbd
Select commit
Loading
Failed to load commit list.
Merged

feat: Add GazeDataFrame.detect() #511

feat: Add GazeDataFrame.detect()
b3d1fbd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 14, 2023 in 0s

100.00% (+0.00%) compared to 097cbbb

View this Pull Request on Codecov

100.00% (+0.00%) compared to 097cbbb

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (097cbbb) 100.00% compared to head (b3d1fbd) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #511   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        48           
  Lines         2139      2152   +13     
  Branches       521       532   +11     
=========================================
+ Hits          2139      2152   +13     
Files Changed Coverage Δ
src/pymovements/dataset/dataset_files.py 100.00% <ø> (ø)
src/pymovements/plotting/traceplot.py 100.00% <ø> (ø)
src/pymovements/__init__.py 100.00% <100.00%> (ø)
src/pymovements/dataset/dataset.py 100.00% <100.00%> (ø)
src/pymovements/events/detection/_ivt.py 100.00% <100.00%> (ø)
src/pymovements/events/processing.py 100.00% <100.00%> (ø)
src/pymovements/gaze/gaze_dataframe.py 100.00% <100.00%> (ø)
src/pymovements/gaze/integration.py 100.00% <100.00%> (ø)

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