Opened 3 years ago
Last modified 3 years ago
#28235 closed enhancement
py3: polyhedron folder with optional packages — at Version 2
Reported by: | jipilab | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.9 |
Component: | python3 | Keywords: | geometry, py3, polyhedron, days100 |
Cc: | jipilab, mkoeppe, vdelecroix, chapoton | Merged in: | |
Authors: | Jean-Philippe Labbé | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | public/28235 (Commits, GitHub, GitLab) | Commit: | d3dc7aacd9bb31d4fabc3a141d0f01d817868287 |
Dependencies: | Stopgaps: |
Description (last modified by )
There are 7 failing doctests in base.py using optional packages (latte_int
and lrslib
):
---------------------------------------------------------------------- sage -t src/sage/geometry/polyhedron/base.py # 7 doctests failed sage -t src/sage/geometry/polyhedron/base_ZZ.py # 1 doctest failed ----------------------------------------------------------------------
This tickets fixes them. The remaining packages are 'polymake' and 'polytopes_db_4d', which are experimental or not yet known status (see #26029).
Change History (2)
comment:1 Changed 3 years ago by
- Branch set to public/28235
- Commit set to d3dc7aacd9bb31d4fabc3a141d0f01d817868287
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
New commits:
fix py3 in base.py with optional packages