From 68dc206014a0c4a53251f6544b7d90d6b21587c5 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Tue, 19 Mar 2019 14:56:26 -0500 Subject: [PATCH] Update horizonhistory.py: doctest fixes --- gstlal-inspiral/python/stats/horizonhistory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-inspiral/python/stats/horizonhistory.py b/gstlal-inspiral/python/stats/horizonhistory.py index 2b6653fe4d..8d76fd0b34 100644 --- a/gstlal-inspiral/python/stats/horizonhistory.py +++ b/gstlal-inspiral/python/stats/horizonhistory.py @@ -112,7 +112,7 @@ class NearestLeafTree(object): False >>> import sys >>> x.to_xml(u"H1").write(sys.stdout) # doctest: +NORMALIZE_WHITESPACE - <Array Name="H1:nearestleaftree:array" Type="real_8"> + <Array Type="real_8" Name="H1:nearestleaftree:array"> <Dim>2</Dim> <Dim>2</Dim> <Stream Delimiter=" " Type="Local"> -- GitLab