aeye-lab / pymovements

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

feat: Add time_column argument to gaze.integration functions #497

Closed dkrako closed 1 year ago

dkrako commented 1 year ago

The time_column argument was missing from both gaze.integration.from_numpy() and gaze.integration.from_pandas()

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3b451a2) 100.00% compared to head (801cbe8) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #497 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 48 48 Lines 2081 2081 Branches 505 505 ========================================= Hits 2081 2081 ``` | [Files Changed](https://app.codecov.io/gh/aeye-lab/pymovements/pull/497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab) | Coverage Δ | | |---|---|---| | [src/pymovements/gaze/gaze\_dataframe.py](https://app.codecov.io/gh/aeye-lab/pymovements/pull/497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab#diff-c3JjL3B5bW92ZW1lbnRzL2dhemUvZ2F6ZV9kYXRhZnJhbWUucHk=) | `100.00% <ø> (ø)` | | | [src/pymovements/gaze/integration.py](https://app.codecov.io/gh/aeye-lab/pymovements/pull/497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab#diff-c3JjL3B5bW92ZW1lbnRzL2dhemUvaW50ZWdyYXRpb24ucHk=) | `100.00% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.

:loudspeaker: Have feedback on the report? Share it here.