Opened 14 years ago
Closed 14 years ago
#2534 closed defect (fixed)
[with patch, positive review] Sage does not handle Symmetrica's large integers
Reported by: | mhansen | Owned by: | mhansen |
---|---|---|---|
Priority: | critical | Milestone: | sage-2.10.4 |
Component: | interfaces | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This causes problems when working with larger partitions. For example,
sage: s = SFASchur(QQ) sage: a = s([8,8]) sage: a.itensor(a)
gives the wrong results.
Attachments (2)
Change History (7)
comment:1 Changed 14 years ago by
- Owner changed from was to mhansen
- Status changed from new to assigned
Changed 14 years ago by
comment:2 Changed 14 years ago by
- Summary changed from Sage does not handle Symmetrica's large integers to [with patch, needs review] Sage does not handle Symmetrica's large integers
Changed 14 years ago by
comment:3 Changed 14 years ago by
Only apply 2534.2.patch which was made against 2.10.4.alpha0.
comment:4 Changed 14 years ago by
- Summary changed from [with patch, needs review] Sage does not handle Symmetrica's large integers to [with patch, positive review] Sage does not handle Symmetrica's large integers
Patch looks good to me, testall shows no problem.
comment:5 Changed 14 years ago by
- Resolution set to fixed
- Status changed from assigned to closed
Merged in Sage 2.10.4.rc0 - I will valgrind this once rc0 is out.
Note: See
TracTickets for help on using
tickets.
I have a fix for this, but cannot get the Cython generated code to compile.