mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 22:53:50 +01:00
Fixed bugs in converter tests
This commit is contained in:
parent
d029aa8e3e
commit
a304e0ed36
Binary file not shown.
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user