Skip to content

Commit

Permalink
Using new value dictionary in tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Aneurin Tribello committed May 9, 2024
1 parent 4ef4293 commit f61d8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlumedToHTML/PlumedToHTML.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_and_get_html( inpt, name, actions=set({}) ) :
iff.write(test_inpt + "\n")
iff.close()
# Now do the test
broken = test_plumed( "plumed", filename, header="", shortcutfile=name + '.json' ) #, valuefile='values_' + name + '.json' )
broken = test_plumed( "plumed", filename, header="", shortcutfile=name + '.json', valuefile='values_' + name + '.json' )
# Retrieve the html that is output by plumed
html = get_html( inpt, name, name, ("master",), (broken,), ("plumed",), actions )
# Remove the tempory files that we created
Expand Down

0 comments on commit f61d8fd

Please sign in to comment.