Skip to content

Commit 53c9b21

Browse files
committed
ignore lint
1 parent ffe9afd commit 53c9b21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/util/test_folderparser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ def test_paligemma_format(self):
5858
testImagePath = "/dataset/de48275e1ff70fab78bee31e09fc896d_png.rf.01a97b1ad053aa1e6525ac0451cee8b7.jpg"
5959
testImage = [i for i in parsed["images"] if i["file"] == testImagePath][0]
6060
assert testImage["annotationfile"]["name"] == "annotation.jsonl"
61+
# fmt: off
6162
expected = """{"image": "de48275e1ff70fab78bee31e09fc896d_png.rf.01a97b1ad053aa1e6525ac0451cee8b7.jpg", "prefix": "Which sector had the highest ROI in 2013?", "suffix": "Retail"}
6263
{"image": "de48275e1ff70fab78bee31e09fc896d_png.rf.01a97b1ad053aa1e6525ac0451cee8b7.jpg", "prefix": "Which sector had the highest ROI in 2014?", "suffix": "Electronics"}"""
64+
# fmt: on
6365
assert testImage["annotationfile"]["rawText"] == expected
6466

6567

0 commit comments

Comments
 (0)