Skip to content

Commit 8762f00

Browse files
committed
Remove coconut large dataset test case
1 parent 2488258 commit 8762f00

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/util/test_folderparser.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ def test_parse_mosquitos_csv(self):
5353
expected += "train_10308.jpeg,1058,943,japonicus/koreicus,28,187,908,815\n"
5454
assert testImage["annotationfile"]["rawText"] == expected
5555

56-
def test_parse_coconut(self):
57-
folder = "/coconut/images/COCONut-S/"
58-
parsed = folderparser.parsefolder(folder)
59-
60-
6156

6257
def _assertJsonMatchesFile(actual, filename):
6358
with open(filename, "r") as file:

0 commit comments

Comments
 (0)