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.
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.