Skip to content

Commit

Permalink
enable downloading precomputed events for copco dataset (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored Sep 30, 2024
1 parent 7093e95 commit 764a81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymovements/datasets/copco.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class CopCo(DatasetDefinition):
has_files: dict[str, bool] = field(
default_factory=lambda: {
'gaze': False,
'precomputed_events': False,
'precomputed_events': True,
'precomputed_reading_measures': True,
},
)
Expand Down

0 comments on commit 764a81f

Please sign in to comment.