two tests were updated following the change of default behaviour of phonopy.load

This commit is contained in:
Atsushi Togo 2020-05-08 21:22:00 +09:00
parent 173b9082ac
commit 664d5ebdb8
2 changed files with 4 additions and 2 deletions

View File

@ -124,7 +124,8 @@ class TestDOS(unittest.TestCase):
unitcell_filename=os.path.join(data_dir, "..", "POSCAR_NaCl"),
force_sets_filename=os.path.join(data_dir, "..",
"FORCE_SETS_NaCl"),
born_filename=os.path.join(data_dir, "..", "BORN_NaCl"))
born_filename=os.path.join(data_dir, "..", "BORN_NaCl"),
symmetrize_fc=False)
return phonon

View File

@ -51,7 +51,8 @@ class TestThermalProperties(unittest.TestCase):
unitcell_filename=os.path.join(data_dir, "..", "POSCAR_NaCl"),
force_sets_filename=os.path.join(data_dir, "..",
"FORCE_SETS_NaCl"),
born_filename=os.path.join(data_dir, "..", "BORN_NaCl"))
born_filename=os.path.join(data_dir, "..", "BORN_NaCl"),
symmetrize_fc=False)
return phonon