#26861 closed defect (fixed)
Dimension certificate of a chain poset
Reported by: | jmantysalo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.6 |
Component: | combinatorics | Keywords: | |
Cc: | tscrim | Merged in: | |
Authors: | Jori Mäntysalo | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 9796d62 (Commits, GitHub, GitLab) | Commit: | 9796d624cf3c13289dcb5122c3a4bf94d2b9d5f2 |
Dependencies: | Stopgaps: |
Description
posets.ChainPoset(3).dimension(certificate=True)[1]
returns [0, 1, 2]
, should be [[0, 1, 2]]
.
Change History (9)
comment:1 Changed 3 years ago by
- Branch set to u/jmantysalo/dimension_certificate_of_a_chain_poset
comment:2 Changed 3 years ago by
- Cc tscrim added
- Commit set to 9a29058c95eeeb35a5ef9409364ba1b24cf95418
- Status changed from new to needs_review
comment:3 follow-up: ↓ 5 Changed 3 years ago by
please add a doctest
comment:4 Changed 3 years ago by
- Commit changed from 9a29058c95eeeb35a5ef9409364ba1b24cf95418 to 30837fd4cf8cdbd19bd7cbf841ef40cb9e84bec5
Branch pushed to git repo; I updated commit sha1. New commits:
30837fd | Add test.
|
comment:5 in reply to: ↑ 3 Changed 3 years ago by
comment:6 Changed 3 years ago by
- Commit changed from 30837fd4cf8cdbd19bd7cbf841ef40cb9e84bec5 to 9796d624cf3c13289dcb5122c3a4bf94d2b9d5f2
Branch pushed to git repo; I updated commit sha1. New commits:
9796d62 | Wrong trac number.
|
comment:7 Changed 3 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok
comment:8 Changed 3 years ago by
- Branch changed from u/jmantysalo/dimension_certificate_of_a_chain_poset to 9796d624cf3c13289dcb5122c3a4bf94d2b9d5f2
- Resolution set to fixed
- Status changed from positive_review to closed
comment:9 Changed 3 years ago by
- Milestone changed from sage-8.5 to sage-8.6
This tickets were closed as fixed after the Sage 8.5 release.
Note: See
TracTickets for help on using
tickets.
Oneliner for review.
New commits:
Fix certificate for chain.