aeye-lab / pymovements

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

get rid of polars deprecation warnings #611

Closed dkrako closed 8 months ago

dkrako commented 8 months ago

Description of the problem

Our testing pipeline currently raises three different polars DeprecationWarnings. We ignore those currently in

https://github.com/aeye-lab/pymovements/blob/417a305566646de08306a8682a9331e1c5f9ccae/pyproject.toml#L138-L140

Minimum acceptance criteria