#11189 closed defect (duplicate)
Bugfix in Poset/Lattice/Hassediagram
Reported by: | stumpc5 | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | combinatorics | Keywords: | poset, digraph |
Cc: | Merged in: | ||
Authors: | Christian Stump | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
This patch fixes two minor bugs in the poset code.
LatticePoset
should take the same input as Poset. E.g.,sage: Poset(cover_relations=True) Finite poset containing 0 elements sage: LatticePoset(cover_relations=True) ... TypeError: LatticePoset() got an unexpected keyword argument 'cover_relations'
- The plot for posets does not properly pass the element_label dict to HasseDiagram?.plot.
Issue solved in #10998
Attachments (1)
Change History (4)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Description modified (diff)
- Status changed from new to needs_review
- Type changed from PLEASE CHANGE to defect
comment:2 Changed 11 years ago by
- Description modified (diff)
- Resolution set to duplicate
- Status changed from needs_review to closed
comment:3 Changed 11 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
Note: See
TracTickets for help on using
tickets.