Fix test for moment

This commit is contained in:
Atsushi Togo 2019-09-28 22:06:53 +02:00
parent d8eb5becf4
commit 34c34cb6fc
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ class TestMoment(unittest.TestCase):
phonon.produce_force_constants()
filename_born = os.path.join(data_dir, "..", "BORN_NaCl")
nac_params = parse_BORN(phonon.get_primitive(), filename=filename_born)
nac_params['method'] = 'wang'
phonon.set_nac_params(nac_params)
return phonon