Opened 12 years ago
Closed 12 years ago
#11333 closed defect (fixed)
Incidence structure __eq__ fails without sorted points
Reported by: | brett | Owned by: | sage-combinat |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.7.1 |
Component: | combinatorics | Keywords: | incidence structure, design |
Cc: | rbeezer | Merged in: | sage-4.7.1.alpha3 |
Authors: | Brett Stevens | Reviewers: | Rob Beezer |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
sage: A = IncidenceStructure([0,1],[[0]]) sage: B = IncidenceStructure([1,0],[[0]]) sage: B==A False
Release Manager:
This is a first-time contribution.
Apply:
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | 11333_incidence_structure_equality.patch added |
---|
comment:1 Changed 12 years ago by
Authors: | → Brett Stevens |
---|---|
Cc: | rbeezer added |
Status: | new → needs_review |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Reviewers: | → Rob Beezer |
Status: | needs_review → positive_review |
comment:3 Changed 12 years ago by
Merged in: | → sage-4.7.1.alpha3 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
Applies, builds, passes long tests on 4.7.rc3.
Looks good, positive review.