Skip to content

Commit

Permalink
removed redundant cleanup in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci committed Oct 30, 2023
1 parent 6276b08 commit df1cbc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit_tests/test_export_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ def test_export_recipe(self):

self.assertEqual(cfg.training_hyperparams.max_epochs, 250)

# Clean up the created file after the test
os.remove(save_path)


if __name__ == "__main__":
unittest.main()

0 comments on commit df1cbc6

Please sign in to comment.