aeye-lab / pymovements

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

feat: Raise helpful missing column error message for transforms (#542) #542

Closed SiQube closed 1 year ago

SiQube commented 1 year ago

resolves #499 and additionally covers both pix2deg and pos2acc

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2f7b54c) 100.00% compared to head (bd34f2c) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #542 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 48 48 Lines 2129 2137 +8 Branches 516 521 +5 ========================================= + Hits 2129 2137 +8 ``` | [Files Changed](https://app.codecov.io/gh/aeye-lab/pymovements/pull/542?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/542?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% <100.00%> (ø)` | |

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

SiQube commented 1 year ago

added the requested changes