Skip to content

Commit

Permalink
Re-add tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
zhong-al committed Dec 11, 2024
1 parent 37dc678 commit f56b4cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_cvat2ultralytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def setUp(self):
self.skip = "1"
self.label2index = "ethogram/label2index.json"

# def tearDown(self):
# # delete outputs
# del_dir(self.dataset)
def tearDown(self):
# delete outputs
del_dir(self.dataset)

def test_run(self):
# run cvat2ultralytics
Expand Down

0 comments on commit f56b4cd

Please sign in to comment.