Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako authored Jan 7, 2025
1 parent f8660c9 commit 489690d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/gaze_file_processing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def fixture_gaze_init_kwargs(request):
'file': 'tests/files/eyelink_monocular_2khz_example.asc',
'experiment': pm.Experiment(
1280, 1024, 38, 30.2, 68, 'upper left',
eyetracker=EyeTracker(
eyetracker=pm.EyeTracker(
sampling_rate=2000.0, left=False, right=True,
model='EyeLink Portable Duo', vendor='EyeLink',
),
Expand All @@ -89,7 +89,7 @@ def fixture_gaze_init_kwargs(request):
'file': 'tests/files/eyelink_monocular_no_dummy_example.asc',
'experiment': pm.Experiment(
1280, 1024, 38, 30.2, 68, 'upper left',
eyetracker=EyeTracker(
eyetracker=pm.EyeTracker(
sampling_rate=1000.0, left=False, right=True,
model='EyeLink Portable Duo', vendor='EyeLink',
),
Expand Down

0 comments on commit 489690d

Please sign in to comment.