From 3c4c5e5073cffc9881c8b56314b29f4d6ceb6f30 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Fri, 23 Mar 2018 15:10:03 -0400 Subject: [PATCH] Fixing header/footer size in epanet report test --- tools/nrtest-epanet/nrtest_epanet/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nrtest-epanet/nrtest_epanet/__init__.py b/tools/nrtest-epanet/nrtest_epanet/__init__.py index 3ed86d6..7bdf41b 100644 --- a/tools/nrtest-epanet/nrtest_epanet/__init__.py +++ b/tools/nrtest-epanet/nrtest_epanet/__init__.py @@ -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: