Skip to content

Commit f61d8fd

Browse files
author
Gareth Aneurin Tribello
committed
Using new value dictionary in tester
1 parent 4ef4293 commit f61d8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlumedToHTML/PlumedToHTML.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_and_get_html( inpt, name, actions=set({}) ) :
5252
iff.write(test_inpt + "\n")
5353
iff.close()
5454
# Now do the test
55-
broken = test_plumed( "plumed", filename, header="", shortcutfile=name + '.json' ) #, valuefile='values_' + name + '.json' )
55+
broken = test_plumed( "plumed", filename, header="", shortcutfile=name + '.json', valuefile='values_' + name + '.json' )
5656
# Retrieve the html that is output by plumed
5757
html = get_html( inpt, name, name, ("master",), (broken,), ("plumed",), actions )
5858
# Remove the tempory files that we created

0 commit comments

Comments
 (0)