Skip to content

Commit

Permalink
Update test_performance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Dec 20, 2024
1 parent f2aa9c7 commit 574c3ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/perf/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ def generate_project(

yield project_path
finally:
pass
# clean up the models in the project_path / models directory
# for model in models_dir.iterdir():
# model.unlink()
for model in models_dir.iterdir():
model.unlink()


@pytest.mark.perf
Expand Down

0 comments on commit 574c3ba

Please sign in to comment.