neuralset.events.study.StudyInfo¶
- class neuralset.events.study.StudyInfo(*, num_timelines: int = 0, num_subjects: int = 0, query: str = 'timeline_index < 1', num_events_in_query: int = 0, event_types_in_query: set[str] = {}, data_shape: tuple[int, ...] = (), frequency: float = 0.0, fmri_spaces: tuple[str, ...] | set[str] = ())[source][source]¶
Records expected dataset characteristics for testing and validation.
Provides a baseline for automatic unit tests to verify that a study’s data loading logic and file parsing behave correctly and completely.
- query[source]¶
A query applied during tests to subsample the data (default:
"timeline_index < 1").- Type: