Skip to content

Commit

Permalink
delete temp1_test in tear_down
Browse files Browse the repository at this point in the history
  • Loading branch information
AAA11110 committed Jan 1, 2024
1 parent ff62ae5 commit ebbbb2f
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 0 deletions.
Binary file added data_processing/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed data_processing/temp1_test/dummy_image.tif
Binary file not shown.
2 changes: 2 additions & 0 deletions data_processing/test_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def tearDown(self):
# Clean up the temporary directory
if os.path.exists(self.temp_dir):
shutil.rmtree(self.temp_dir)
if os.path.exists(self.temp1_dir):
shutil.rmtree(self.temp1_dir)


def create_dummy_image(self):
Expand Down
Binary file added utility/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file added utility/__pycache__/utils.cpython-310.pyc
Binary file not shown.

0 comments on commit ebbbb2f

Please sign in to comment.