#28804 closed defect (duplicate)
Minkowski sum of regular polygons fails for backend field
Reported by: | gh-kliem | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | geometry | Keywords: | polytopes, field, regular polygons |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Duplicate of #28599.
sage: polytopes.regular_polygon(3) + polytopes.regular_polygon(8)
give assertion error.
Full traceback below.
It appears to be a rather new bug, maybe related to python3. It stills seems to work on 8.9.
Change History (5)
comment:1 Changed 17 months ago by
comment:2 Changed 17 months ago by
- Description modified (diff)
comment:3 Changed 17 months ago by
- Description modified (diff)
- Milestone changed from sage-8.9 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
Sorry. I was even CC of that…
comment:4 Changed 17 months ago by
- Resolution set to duplicate
- Status changed from needs_review to closed
comment:5 Changed 17 months ago by
- Summary changed from Minkowski sum of regular polgons fails for backend field to Minkowski sum of regular polygons fails for backend field
Note: See
TracTickets for help on using
tickets.