aeye-lab / pymovements

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

feat!: enforce list of strings for GazeDataFrame.trial_columns attribute #669

Closed dkrako closed 5 months ago

dkrako commented 5 months ago

Description

Although GazeDataFrame accepts a single string for passing trial_columns, enforcing a list of strings as the resulting attribute GazeDataFrame.trial_columns simplifies internal usage in #655

As a side effect, this could also get rid of the depraction warning in #667

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 (8f17a97) 100.00% compared to head (194d867) 100.00%.

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

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