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 b45f0a0 commit fcb19b6Copy full SHA for fcb19b6
label_studio_ml/examples/yolo/tests/test_keypoint_labels.py
@@ -131,4 +131,4 @@ def test_keypoints_predict(client, label_config, task, expect):
131
)
132
assert response.status_code == 200, "Error while predict"
133
data = response.json
134
- compare_nested_structures(data["results"], expect)
+ compare_nested_structures(data["results"], expect, rel=1e-1)
0 commit comments