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 gaze.from_csv() (#504) #557

Closed prassepaul closed 9 months ago

prassepaul commented 9 months ago

Description

Please include a clear and concise description of the change and which issue is fixed. Please also include excepted improvements, relevant motivation and context. List any dependencies that are required for this change.

Fixes issue #504

Implemented changes

Insert a description of the changes implemented in the pull request.

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 9 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0cb6974) 100.00% compared to head (31a258f) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #557 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 48 49 +1 Lines 2152 2164 +12 Branches 532 532 ========================================= + Hits 2152 2164 +12 ``` | [Files Changed](https://app.codecov.io/gh/aeye-lab/pymovements/pull/557?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/\_\_init\_\_.py](https://app.codecov.io/gh/aeye-lab/pymovements/pull/557?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab#diff-c3JjL3B5bW92ZW1lbnRzL2dhemUvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [src/pymovements/gaze/io.py](https://app.codecov.io/gh/aeye-lab/pymovements/pull/557?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab#diff-c3JjL3B5bW92ZW1lbnRzL2dhemUvaW8ucHk=) | `100.00% <100.00%> (ø)` | |

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

SiQube commented 9 months ago

great work @prassepaul