Skip to content

Commit

Permalink
Revert float64 tests from #13 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadatour authored Aug 23, 2024
1 parent 105aa15 commit f0db01d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/examples/wds_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,22 @@
"4": 450,
},
"clip_b32_similarity_score": {
"0": 0.5,
"1": 0.5,
"2": 0.5,
"3": 0.5,
"4": 0.5,
"0": 0.2734375,
"1": 0.3813476562,
"2": 0.3312988281,
"3": 0.2091064453,
"4": 0.2038574219,
},
"clip_l14_similarity_score": {
"0": 0.5,
"1": 0.5,
"2": 0.5,
"3": 0.5,
"4": 0.5,
"0": 0.2553710938,
"1": 0.3391113281,
"2": 0.2318115234,
"3": 0.1966552734,
"4": 0.1300048828,
},
"face_bboxes": {
"0": [],
"1": [[0.5, 0.5, 0.5, 0.5]],
"1": [[0.5005972981, 0.1360414922, 0.8109994531, 0.7247588038]],
"2": [],
"3": [],
"4": [],
Expand Down

0 comments on commit f0db01d

Please sign in to comment.