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 03fba7a commit 129ab2eCopy full SHA for 129ab2e
tests/data/serialization/ndjson/test_image.py
@@ -69,6 +69,7 @@ def test_mask():
69
res = list(NDJsonConverter.serialize(res))
70
for r in res:
71
r.pop('classifications', None)
72
+
73
assert [round_dict(x) for x in res] == [round_dict(x) for x in data]
74
75
@@ -93,5 +94,5 @@ def test_mask_from_arr():
93
94
"mask": {
95
"png":
96
"iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAAAAABWESUoAAAAHklEQVR4nGNgGAKAEYn8j00BEyETBoOCUTAKhhwAAJW+AQwvpePVAAAAAElFTkSuQmCC"
- },
97
+ }
98
}
0 commit comments