Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed Jun 22, 2022
1 parent c5b2087 commit 7bc3588
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ def dataset_path():
json_path = pathlib.Path(imgtools_path, f"imgtools_{dataset_name}.json").as_posix()
edge_path = pathlib.Path(imgtools_path, f"imgtools_{dataset_name}_edges.csv").as_posix()
yield quebec_path, output_path, crawl_path, edge_path
#Deleting all the temporary files
# os.remove(crawl_path)
# os.remove(json_path)
# os.remove(edge_path)
# shutil.rmtree(output_path)

#Defining for test_dataset method in Test_components class
def collate_fn(data):
Expand Down

0 comments on commit 7bc3588

Please sign in to comment.