#11395: Upgrade Gfan to latest release (version 0.5)
-----------------------------------------------------+----------------------
Reporter: mhampton | Owner: tbd
Type: enhancement | Status:
needs_review
Priority: major | Milestone: sage-5.4
Component: packages | Resolution:
Keywords: tropical geometry | Work issues:
Report Upstream: N/A | Reviewers: François
Bissey
Authors: Marshall Hampton, François Bissey | Merged in:
Dependencies: | Stopgaps:
-----------------------------------------------------+----------------------
Comment (by vbraun):
I get a doctest error on sage-5.4.beta1 due to #12544
{{{
sage -t devel/sage-main/sage/rings/polynomial/groebner_fan.py
**********************************************************************
File "/home/vbraun/opt/sage-5.4.beta1/devel/sage-
main/sage/rings/polynomial/groebner_fan.py", line 504:
sage: [q.facet_normals() for q in fan]
Expected:
[(M(0, -1, 0), M(-1, 0, 0)), (M(0, 0, -1), M(-1, 0, 0)), (M(0, 0, 1),
M(-1, 0, 0)), (M(0, 1, 0), M(-1, 0, 0)), (M(0, 0, -1), M(0, -1, 0)), (M(0,
0, 1), M(0, -1, 0)), (M(0, 1, 0), M(0, 0, -1)), (M(0, 1, 0), M(0, 0, 1)),
(M(1, 0, 0), M(0, -1, 0)), (M(1, 0, 0), M(0, 0, -1)), (M(1, 0, 0), M(0, 0,
1)), (M(1, 0, 0), M(0, 1, 0))]
Got:
[M( 0, -1, 0),
M(-1, 0, 0)
in 3-d lattice M, M( 0, 0, -1),
M(-1, 0, 0)
in 3-d lattice M, M( 0, 0, 1),
M(-1, 0, 0)
in 3-d lattice M, M( 0, 1, 0),
M(-1, 0, 0)
in 3-d lattice M, M(0, 0, -1),
M(0, -1, 0)
in 3-d lattice M, M(0, 0, 1),
M(0, -1, 0)
in 3-d lattice M, M(0, 1, 0),
M(0, 0, -1)
in 3-d lattice M, M(0, 1, 0),
M(0, 0, 1)
in 3-d lattice M, M(1, 0, 0),
M(0, -1, 0)
in 3-d lattice M, M(1, 0, 0),
M(0, 0, -1)
in 3-d lattice M, M(1, 0, 0),
M(0, 0, 1)
in 3-d lattice M, M(1, 0, 0),
M(0, 1, 0)
in 3-d lattice M]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11395#comment:25>
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.