diff --git a/tools/nrtest-epanet/report_diff.py b/tools/nrtest-epanet/report_diff.py index 689d7aa..05f5e26 100644 --- a/tools/nrtest-epanet/report_diff.py +++ b/tools/nrtest-epanet/report_diff.py @@ -47,8 +47,7 @@ def log_relative_error(q, c): Reference: McCullough, B. D. "Assessing the Reliability of Statistical Software: Part I." - The American Statistician, vol. 52, no. 4, 1998, pp. 358�366. - JSTOR, JSTOR, www.jstor.org/stable/2685442. + The American Statistician, vol. 52, no. 4, 1998, pp. 358-366. ''' diff = np.subtract(q, c) tmp_c = np.copy(c)