diff --git a/test/hk_convert.py b/test/hk_convert.py index a50f2a6c..af16a6ae 100644 --- a/test/hk_convert.py +++ b/test/hk_convert.py @@ -24,6 +24,6 @@ from pytriqs.applications.dft.converters import * from pytriqs.archive import * -Converter = HkConverter(hk_filename='hk_convert_hamiltonian.hk',hdf_filename='hk_convert.output.h5') +Converter = HkConverter(filename='hk_convert_hamiltonian.hk',hdf_filename='hk_convert.output.h5') Converter.convert_dft_input()