Commit ebe6db2c by Tobias Langer

Removed unnecessary file.

parent a48033b3
...@@ -84,7 +84,6 @@ def create_header(headerfile, experiment, destination): ...@@ -84,7 +84,6 @@ def create_header(headerfile, experiment, destination):
""" """
with open(headerfile, 'r') as header_template: with open(headerfile, 'r') as header_template:
template = header_template.read() template = header_template.read()
#header_txt = pystache.render(template, experiment, UtilityFunctions())
header_txt = pystache.render(template, experiment) header_txt = pystache.render(template, experiment)
with open(destination, 'w') as header: with open(destination, 'w') as header:
print(header_txt, file=header) print(header_txt, file=header)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment