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
I think that this is somewhat related to #132, but a separate issue. When reading a dataset with multiple sessions per subject using AFQDataset.from_files, the number of rows in AFQDataset depends on the value of the concat_subject_session key-word argument. The correct value of subject/session combinations appears only in the case where concat_subject_sesion = True. Otherwise, some rows (subject/session combinations) that should have appeared in the result do not appear (less rows than expected).
The text was updated successfully, but these errors were encountered:
I think that this is somewhat related to #132, but a separate issue. When reading a dataset with multiple sessions per subject using
AFQDataset.from_files
, the number of rows inAFQDataset
depends on the value of theconcat_subject_session
key-word argument. The correct value of subject/session combinations appears only in the case whereconcat_subject_sesion = True
. Otherwise, some rows (subject/session combinations) that should have appeared in the result do not appear (less rows than expected).The text was updated successfully, but these errors were encountered: