aeye-lab / pymovements

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

feat: add EventDataFrame.add_trial_column() #671

Closed dkrako closed 5 months ago

dkrako commented 5 months ago

Description

A helpful method for working on #655 In hindsight I'm not so sure anymre if it is useful at all to have it as an EventDataFrame method

Implemented changes

Type of change

How Has This Been Tested?

Checklist:

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (c9ff834) 100.00% compared to head (645c10f) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #671 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 54 54 Lines 2386 2396 +10 Branches 597 601 +4 ========================================= + Hits 2386 2396 +10 ```

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