Closed GoogleCodeExporter closed 9 years ago
This did fix the test suite issue for me:
nosetests -v pebl.test.test_result:TestHtmlReport
However, the tutorial is still not working for me (on Ubuntu):
>>> ex1result.tohtml("booya6")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/pebl-1.01-py2.6-linux-x86_64.egg/pebl/result.py", line 150, in tohtml
outdir or config.get('result.outdir')
File "/usr/local/lib/python2.6/dist-packages/pebl-1.01-py2.6-linux-x86_64.egg/pebl/result.py", line 211, in htmlreport
top.layout()
File "/usr/local/lib/python2.6/dist-packages/pebl-1.01-py2.6-linux-x86_64.egg/pebl/network.py", line 289, in layout
self.node_positions = [[int(i) for i in n.get_pos()[1:-1].split(',')] for n in nodes]
File "/usr/local/lib/python2.6/dist-packages/pebl-1.01-py2.6-linux-x86_64.egg/pebl/network.py", line 288, in <genexpr>
nodes = (n for n in dotgraph.get_node_list() if n.get_pos())
File "build/bdist.linux-x86_64/egg/pydot.py", line 682, in <lambda>
# Generate all the Setter methods.
File "build/bdist.linux-x86_64/egg/pydot.py", line 594, in __get_attribute__
try:
AttributeError: 'NoneType' object has no attribute 'get_node'
Original comment by medici...@gmail.com
on 7 Dec 2011 at 10:38
this appears to work fine, however, using pebl 1.0.2
Original comment by medici...@gmail.com
on 7 Dec 2011 at 1:19
Improvements regarding this issue were made in revision 28. Should not occur
anymore.
Original comment by ero.carr...@gmail.com
on 2 Jan 2012 at 11:57
Original issue reported on code.google.com by
spo...@gmail.com
on 11 Oct 2011 at 2:54Attachments: