Fixed bugs in converter tests

This commit is contained in:
Oleg Peil 2018-05-04 17:18:31 +02:00 committed by Manuel
parent d029aa8e3e
commit a304e0ed36
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -29,7 +29,7 @@ class TestConverterLuNiO3(mytest.MyTestCase):
generate_and_output_as_text(_rpath + 'lunio3.cfg', _rpath + 'lunio3/')
test_file = _rpath + 'lunio3.test.h5'
converter = VaspConverter(filename=_rpath + 'vasp',
converter = VaspConverter(filename=_rpath + 'lunio3',
hdf_filename=test_file)
converter.convert_dft_input()

View File

@ -29,7 +29,7 @@ class TestConverterOneSite(mytest.MyTestCase):
generate_and_output_as_text(_rpath + 'example.cfg', _rpath + 'one_site/')
test_file = _rpath + 'pg_output.test.h5'
converter = VaspConverter(filename=_rpath + 'vasp',
converter = VaspConverter(filename=_rpath + 'one_site',
hdf_filename=test_file)
converter.convert_dft_input()