MIT-LCP / waveform-annotation

Platform for annotating physiological waveform data.
11 stars 4 forks source link

Fixes uneven assignments error #121

Closed Lucas-Mc closed 2 years ago

Lucas-Mc commented 2 years ago

This change fixes an error that occurs when there is an uneven amount of completed annotations by a single user. The error occurs when the number of events annotated by ONLY the user (which haven't been annotated by anyone else) is greater than the number of new events requested. This is because of #116 which adds the set() functionality which swallows these double assignments... which is good so this accounts for another edge case.