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
The experiment currently generates a subject number for each subject and makes that the primary key in the db table. This creates issues when merging tables. Since the assignmentId must necessarily be universally unique, it would make more sense as a primary key.