Revert "Revert "Merge branch 'dev' of https://github.com/OpenWaterAnalytics/EPANET into dev""

This reverts commit 4415d8c4a1.
This commit is contained in:
Sam Hatchett
2018-04-09 11:41:50 -04:00
parent 4415d8c4a1
commit 612dd380a4
40 changed files with 222 additions and 14233 deletions

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: