Skip to content

Commit

Permalink
added import to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
prassepaul committed Sep 19, 2023
1 parent 493efdb commit 926e27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymovements/gaze/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def from_csv(
We can now load the data into a ``GazeDataFrame`` by specyfing the experimental setting
and the names of the pixel position columns.
>>> from pymovements.gaze.io import from_csv
>>> gaze = from_csv(
... file='tests/gaze/io/files/monocular_example.csv',
... time_column = 'time',
Expand Down

0 comments on commit 926e27c

Please sign in to comment.