Skip to content

Commit 57470d2

Browse files
authored
fix: Pytests for yolo (HumanSignal#699)
1 parent 51ef18c commit 57470d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio_ml/examples/yolo/tests/test_keypoint_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ def test_keypoints_predict(client, label_config, task, expect):
131131
)
132132
assert response.status_code == 200, "Error while predict"
133133
data = response.json
134-
compare_nested_structures(data["results"], expect)
134+
compare_nested_structures(data["results"], expect, rel=1e-1)

0 commit comments

Comments
 (0)