-
Notifications
You must be signed in to change notification settings - Fork 67
[DIAG-635] Enable interfaces to execute MEA deletions #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DIAG-635] Enable interfaces to execute MEA deletions #266
Conversation
|
||
|
||
def test_model_run_delete(client, model_run_annotation_groups): | ||
# TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having issues running this test. Basically, it freezes when running and I suppose it's because of model_run_annotation_groups
@msokoloff1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by testing against staging env
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! The code needs to be formatted fyi. Install yapf and then run the following from the root of the project:
yapf labelbox tests -i --verbose --recursive --parallel --style "google"
…annotation-groups-deletions [DIAG-635] Enable interfaces to execute MEA deletions
Description:
The goal of this PR is to enable SDK interfaces to execute deletions on MEA models, model runs & annotation groups (by data row ids).