https://github.com/pupil-labs/pupil
Raw File
Tip revision: cb650e059b63d52d04f6c25c153c9312bbb08f0f authored by Pablo Prietz on 21 November 2019, 11:16:54 UTC
Remove calibration speed boosting through fixations
Tip revision: cb650e0
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2019 Pupil Labs

Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
---------------------------------------------------------------------------~(*)
"""

pytest_plugins = "pytester"
back to top