aeye-lab / pymovements

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

refactor dataset_files to use gaze.io #631

Closed dkrako closed 3 months ago

dkrako commented 7 months ago

Description of the problem

We have implemented from_asc(), from_csv(), and from_ipc() in pymovements.gaze.io, but pymovements.dataset.dataset_files still uses

Description of a solution

Minimum acceptance criteria

As this is a pure refactor I think there shouldn't be any changes in tests or new tests needed, but I may be wrong.