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 EventDataFrame.copy() #552

Closed dkrako closed 9 months ago

dkrako commented 9 months ago

Description

Adds simple clone method to EventDataFrame class. Needed in #553

Implemented changes

Type of change

How Has This Been Tested?

Checklist:

codecov[bot] commented 9 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f3dd4e3) 100.00% compared to head (ad151d1) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #552 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 48 48 Lines 2137 2139 +2 Branches 521 521 ========================================= + Hits 2137 2139 +2 ``` | [Files Changed](https://app.codecov.io/gh/aeye-lab/pymovements/pull/552?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab) | Coverage Δ | | |---|---|---| | [src/pymovements/events/frame.py](https://app.codecov.io/gh/aeye-lab/pymovements/pull/552?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aeye-lab#diff-c3JjL3B5bW92ZW1lbnRzL2V2ZW50cy9mcmFtZS5weQ==) | `100.00% <100.00%> (ø)` | |

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