#13821: Change sage.combinat.combinat.combinations() to use Combinations
-----------------------------------------+----------------------------------
Reporter: ppurka | Owner: sage-combinat
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: combinatorics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Travis Scrimshaw
Authors: Punarbasu Purkayastha | Merged in:
Dependencies: #13723, #11763 | Stopgaps:
-----------------------------------------+----------------------------------
Changes (by jdemeyer):
* status: positive_review => needs_work
* dependencies: #13723 => #13723, #11763
Comment:
There are two doctest failures coming from #11763:
{{{
sage -t -force_lib devel/sage/sage/geometry/polyhedron/base_ZZ.py
**********************************************************************
File "/release/merger/sage-5.6.beta2/devel/sage-
main/sage/geometry/polyhedron/base_ZZ.py", line 227:
sage: list( P.fibration_generator(2) )
Expected:
[A 2-dimensional polyhedron in ZZ^4 defined as the convex hull of 3
vertices]
Got:
doctest:239: DeprecationWarning: Use Combinations(mset,k) instead.
See http://trac.sagemath.org/13821 for details.
[A 2-dimensional polyhedron in ZZ^4 defined as the convex hull of 3
vertices]
**********************************************************************
}}}
and
{{{
sage -t -force_lib devel/sage/sage/graphs/generic_graph.py
**********************************************************************
File "/release/merger/sage-5.6.beta2/devel/sage-
main/sage/graphs/generic_graph.py", line 11862:
sage: G.triangles_count()
Expected:
0
Got:
doctest:11913: DeprecationWarning: Use Combinations(mset,k) instead.
See http://trac.sagemath.org/13821 for details.
0
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13821#comment:11>
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.