hk_convert: fix test

This commit is contained in:
Priyanka Seth 2015-04-21 15:19:06 +02:00
parent 8dc42b08ae
commit ee71d8c7b9
1 changed files with 1 additions and 1 deletions

View File

@ -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()