https://github.com/pupil-labs/pupil
Raw File
Tip revision: 04cc12cc9ec9614943536afc67e3e9b96bdb6c2f authored by Pablo Prietz on 25 May 2020, 15:38:36 UTC
Merge pull request #1802 from pupil-labs/restructured-gaze-calibration-and-mapping
Tip revision: 04cc12c
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2020 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