You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.
For datasets with multiple sessions per subject, I would expect that the length of the AFQDataset.sessions would be the same as the length of AFQDataset.subjects and that both of these would be the same as the number of rows in AFQDataset.X. However, currently, this is the way that AFQData.sessions is initialized:
arokem
changed the title
len(AFQData.sessions) is not equal to len(AFQData.subjectslen(AFQDataset.sessions) is not equal to len(AFQDataset.subjectsJan 20, 2023
For datasets with multiple sessions per subject, I would expect that the length of the
AFQDataset.sessions
would be the same as the length ofAFQDataset.subjects
and that both of these would be the same as the number of rows inAFQDataset.X
. However, currently, this is the way thatAFQData.sessions
is initialized:https://github.com/richford/AFQ-Insight/blob/cc6e35cb1e46c76cb91e481bf29da683dffefcb0/afqinsight/datasets.py#L222
which means that it has the length of the original data (in the long format).
The text was updated successfully, but these errors were encountered: