Test adding and removing annotator from projects part way & check utility for repeat annotation#366
Open
Test adding and removing annotator from projects part way & check utility for repeat annotation#366
Conversation
…util for repeat annotation
Collaborator
Author
|
Failing test not related to this PR, will be resolved in #372 |
Collaborator
Author
|
I'm now getting a different error, will be looking into this: |
get_annotation_score was fixed to check only for COMPLETED annotation in the last commit. The test has been changed to reflect this.
Collaborator
Author
|
The issue should have been fixed with previous commits, this is then just an extra tests to check for the exact conditions described in the issues. The current failing test is due to be fixed in #372 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #322, resolves #323
I've downloaded a db backup from the production site and tried to reproduce the error from #322 and #323 but can't seem to reproduced it. I've contacted Mughda about this and we may be able to get the annotator to check if they're still getting the same errors.
Changes
check_util repeat_annotationto check whether there are any repeat annotations, i.e. a document has multiple annotations from the same annotator (status COMPLETED, PENDING or REJECTED only)