Fixing header/footer size in epanet report test

This commit is contained in:
Michael Tryby
2018-03-23 15:10:03 -04:00
parent d599acd869
commit 3c4c5e5073

View File

@@ -107,8 +107,8 @@ def epanet_report_compare(path_test, path_ref, rtol, atol):
RunTimeError()
...
'''
HEADER = 11
FOOTER = 3
HEADER = 10
FOOTER = 2
with open(path_test ,'r') as ftest, open(path_ref, 'r') as fref: