#9715: Failing doctest in even_hole_free
----------------------------+-----------------------------------------------
Reporter: ncohen | Owner: jason, ncohen, rlm
Type: defect | Status: new
Priority: major | Milestone: sage-4.5.3
Component: graph theory | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
As reported on :
http://groups.google.com/group/sage-
release/browse_thread/thread/fa2facb36603675a
The only random part being the graph generation, it shouldn't be hard to
find a workaround....
{{{
>> sage -t devel/sage-main/sage/graphs/graph.py
>> **********************************************************************
>> File "/Volumes/E/sage-4.5.2.rc0/devel/sage-main/sage/graphs/graph.py",
>> line 1347:
>> sage: cycle.order() % 2 == 0
>> Exception raised:
>> Traceback (most recent call last):
>> File "/Volumes/E/sage-4.5.2.rc0/local/bin/ncadoctest.py", line
>> 1231, in run_one_test
>> self.run_one_example(test, example, filename, compileflags)
>> File "/Volumes/E/sage-4.5.2.rc0/local/bin/sagedoctest.py", line
>> 38, in run_one_example
>> OrigDocTestRunner.run_one_example(self, test, example,
>> filename, compileflags)
>> File "/Volumes/E/sage-4.5.2.rc0/local/bin/ncadoctest.py", line
>> 1172, in run_one_example
>> compileflags, 1) in test.globs
>> File "<doctest __main__.example_6[9]>", line 1, in <module>
>> cycle.order() % Integer(2) == Integer(0)###line 1347:
>> sage: cycle.order() % 2 == 0
>> AttributeError: 'bool' object has no attribute 'order'
}}}
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9715>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.