Skip to content

Commit 5ac4bd8

Browse files
committed
Remove print statements from folder parser tests
1 parent 8762f00 commit 5ac4bd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/util/test_folderparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def test_parse_sharks_coco(self):
1818
parsed = folderparser.parsefolder(sharksfolder)
1919
testImagePath = "/train/sharks_mp4-20_jpg.rf.90ba2e8e9ca0613f71359efb7ed48b26.jpg"
2020
testImage = [i for i in parsed["images"] if i["file"] == testImagePath][0]
21-
print(len(json.loads(testImage["annotationfile"]["rawText"])["annotations"]))
2221
assert len(json.loads(testImage["annotationfile"]["rawText"])["annotations"]) == 5
2322

2423
def test_parse_sharks_createml(self):

0 commit comments

Comments
 (0)