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 trial_columns to EventDataFrame #670

Closed dkrako closed 5 months ago

dkrako commented 5 months ago

Description

For trializing the event detection method it is nice to have info on the trial columns available in the EventDataFrame class itself.

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 (8ac7530) 100.00% compared to head (b2a7ba2) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #670 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 54 54 Lines 2374 2386 +12 Branches 594 597 +3 ========================================= + Hits 2374 2386 +12 ```

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