aeye-lab / pymovements

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

fix: fix ylim in tsplot for non-centered yaxis #729

Closed dkrako closed 1 month ago

dkrako commented 1 month ago

pylint draw some attention to some erronuous logic in tsplot in #725

This makes sure that ylims is really set by handling the not zero_centered_yaxis branch

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (653f52a) to head (5a63b5d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #729 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 60 60 Lines 2801 2806 +5 Branches 712 712 ========================================= + Hits 2801 2806 +5 ```

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