#18553: Python 3: The semantic of map() function is changed (addendum 2)
-------------------------+-------------------------------------------------
Reporter: | Owner:
wluebbe | Status: needs_review
Type: | Milestone: sage-6.8
enhancement | Resolution:
Priority: major | Merged in:
Component: misc | Reviewers:
Keywords: | Work issues:
python3 | Commit:
Authors: | 98d32635dc5e4ebe10a87d9056c76d0e7ef0efcc
Wilfried Luebbe | Stopgaps:
Report Upstream: N/A |
Branch: |
u/wluebbe/18553 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by aapitzsch):
Could you change in `src/sage/geometry/fan.py`
{{{
- facets = [frozenset(_) for _ in [c.ambient_ray_indices() for c in
self.generating_cones()] ]
+ facets = [frozenset(c.ambient_ray_indices()) for c in
self.generating_cones()]
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/18553#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.