Skip to content

Commit

Permalink
Minor test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jul 2, 2024
1 parent dbb3eaf commit 37a2e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified tests/data/ZnS/ZnS_thermo.json.gz
Binary file not shown.
1 change: 1 addition & 0 deletions tests/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def tearDown(self):
if_present_rm("V2O5_test")
if_present_rm(os.path.join(self.SrTiO3_DATA_DIR, "SrTiO3_defect_dict.json.gz"))
if_present_rm(os.path.join(self.ZnS_DATA_DIR, "ZnS_defect_dict.json.gz"))
if_present_rm(os.path.join(self.ZnS_DATA_DIR, "bulk/voronoi_nodes.json"))
if_present_rm(os.path.join(self.CaO_DATA_DIR, "CaO_defect_dict.json.gz"))
if_present_rm(os.path.join(self.BiOI_DATA_DIR, "BiOI_defect_dict.json.gz"))

Expand Down

0 comments on commit 37a2e95

Please sign in to comment.