diff --git a/test/plovasp/converter/lunio3.out.h5 b/test/plovasp/converter/lunio3.out.h5 index 1208c987..52e72dc2 100644 Binary files a/test/plovasp/converter/lunio3.out.h5 and b/test/plovasp/converter/lunio3.out.h5 differ diff --git a/test/plovasp/converter/test_converter_lunio3.py b/test/plovasp/converter/test_converter_lunio3.py index 7d1d8ac3..95a87d50 100644 --- a/test/plovasp/converter/test_converter_lunio3.py +++ b/test/plovasp/converter/test_converter_lunio3.py @@ -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() diff --git a/test/plovasp/converter/test_converter_one_site.py b/test/plovasp/converter/test_converter_one_site.py index 378cb57f..3b5cfc32 100644 --- a/test/plovasp/converter/test_converter_one_site.py +++ b/test/plovasp/converter/test_converter_one_site.py @@ -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()