Living-with-machines/zoonyper

What happens if `subject_ids` contains multiple IDs?

kallewesterling opened this issue · 1 comments

        for subject_ids, rows in results.groupby("subject_ids"): # TODO: [testing] What happens if subject_ids contains multiple IDs here?

return self._participants.get(workflow_id)

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.