We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b558f commit d278ac5Copy full SHA for d278ac5
tests/helpers.py
@@ -184,8 +184,4 @@ def assert_polygon_prediction_matches_dict(
184
assert_polygon_annotation_matches_dict(
185
prediction_instance, prediction_dict
186
)
187
- assert prediction_instance.confidence == prediction_dict["confidence"]
188
-
189
190
-def test_repr(test_object: any):
191
- assert eval(str(test_object)) == test_object
+ assert prediction_instance.confidence == prediction_dict["confidence"]
0 commit comments