From ee71d8c7b916a3a0957a757602a607e975ce92db Mon Sep 17 00:00:00 2001 From: Priyanka Seth Date: Tue, 21 Apr 2015 15:19:06 +0200 Subject: [PATCH] hk_convert: fix test --- test/hk_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()