aeye-lab / pymovements

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

fix: don't fail in event fill if event onsets/offsets not within timesteps #656

Closed dkrako closed 5 months ago

dkrako commented 5 months ago

Description

The fill method raised an exception if there were events with onsets/offsets outside the timestep space passed via time.

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 (5b90d55) 100.00% compared to head (f54a1ac) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #656 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 54 54 Lines 2366 2374 +8 Branches 590 594 +4 ========================================= + Hits 2366 2374 +8 ```

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