Ticket #10227 (needs_review defect)
change_labels for sum species structure does not actually change the labels
| Reported by: | mhansen | Owned by: | hivert |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.11 |
| Component: | combinatorics | Keywords: | species |
| Cc: | sage-combinat | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Florent Hivert |
| Authors: | Mike Hansen | Merged in: | |
| Dependencies: | #5457, #5512, #13317 | Stopgaps: |
Description
sage: X = species.SingletonSpecies() sage: X2 = X+X sage: X2.structures([1]).list() [1, 1] sage: s = X2.structures([1]).list()[0] sage: s.labels() [1] sage: s.change_labels(["a"]) 1
Attachments
Change History
comment:1 Changed 3 years ago by mhansen
- Cc sage-combinat added
- Status changed from new to needs_review
- Milestone set to sage-4.6.2
- Authors set to Mike Hansen
comment:3 Changed 16 months ago by hivert
- Owner changed from mhansen to hivert
- Reviewers set to Florent Hivert
I'm assigning the ticket to myself to remember to review it.
comment:4 Changed 11 months ago by mhansen
Florent, if you have time, could you take a quick look at this. #5512 is waiting on it.5512 Thanks!
comment:5 Changed 11 months ago by mhansen
- Dependencies set to #5512
I rebased trac_10227-species_fixes-mh.patch on #5512
Apply trac_10227-species_fixes-mh.patch
Note: See
TracTickets for help on using
tickets.


This patch does a couple of things: