aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

feat: introduce measure_samples(), MeasureLibrary and null_ratio #673

Closed dkrako closed 3 months ago

dkrako commented 4 months ago

Description

This introduces a first measure using the GazeDataFrame.measure_samples() method. The measures calculation is grouped by trial columns.

Implemented changes

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (348acee) to head (64eb644).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #673 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 57 60 +3 Lines 2705 2757 +52 Branches 698 709 +11 ========================================= + Hits 2705 2757 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.