Skip to content

Commit

Permalink
correct time type
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako authored Jan 8, 2025
1 parent 2bbadbd commit 79c5ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/gaze/io/asc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_from_asc_has_frame_equal(kwargs, expected_frame):
},
(16, 3),
{
'time': pl.Int64,
'time': pl.Float64,
'pupil': pl.Float64,
'pixel': pl.List(pl.Float64),
},
Expand Down

0 comments on commit 79c5ee2

Please sign in to comment.