Skip to content
Snippets Groups Projects
Commit 68dc2060 authored by Alexander Pace's avatar Alexander Pace
Browse files

Update horizonhistory.py: doctest fixes

parent 70ddba97
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ class NearestLeafTree(object): ...@@ -112,7 +112,7 @@ class NearestLeafTree(object):
False False
>>> import sys >>> import sys
>>> x.to_xml(u"H1").write(sys.stdout) # doctest: +NORMALIZE_WHITESPACE >>> 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>
<Dim>2</Dim> <Dim>2</Dim>
<Stream Delimiter=" " Type="Local"> <Stream Delimiter=" " Type="Local">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment