What happens if `subject_ids` contains multiple IDs?
kallewesterling opened this issue · 1 comments
kallewesterling commented
for subject_ids, rows in results.groupby("subject_ids"): # TODO: [testing] What happens if subject_ids contains multiple IDs here?
Line 232 in 3c184cb
kallewesterling commented
Inquired via slack with @GiorgiatolfoBL about other testing documents, to see if there are classifications.csv
files that I can test whether multiple subject_ids causes issues here, and in other places.