-
Notifications
You must be signed in to change notification settings - Fork 68
[SDK-35] Improve mea tests #1243
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
Conversation
8d90339
to
23813c7
Compare
# TODO: Use a real URI | ||
'instanceURI': "sampleuri", | ||
'colorRGB': [0, 0, 0] | ||
"instanceURI": |
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.
original mask was invalid for an image we use
@@ -1016,6 +1015,17 @@ def object_predictions(polygon_inference, rectangle_inference, line_inference, | |||
] | |||
|
|||
|
|||
@pytest.fixture |
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.
entity_inference not valid for an image
@@ -11,22 +11,11 @@ | |||
""" | |||
|
|||
|
|||
def test_create_from_url(model_run_with_data_rows, |
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.
duplicate test, see below
23813c7
to
5b3110a
Compare
5b3110a
to
5049882
Compare
3b8796d
to
a66561a
Compare
a66561a
to
8c3f1b3
Compare
Story: https://labelbox.atlassian.net/browse/SDK-35
Update mea upload tests to use valid annotations and add finer-grain error checking