Ticket #4373 (closed defect: fixed)
[with patch, positive review] doctest failure in sage/algebras/group_algebra.py on 32 bit platforms
| Reported by: | mabshoff | Owned by: | davidloeffler |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.2 |
| Component: | doctest | Keywords: | |
| Cc: | mhansen | Author(s): | David Loeffler |
| Report Upstream: | Reviewer(s): | Michael Abshoff | |
| Merged in: | 3.2.alpha2 | Work issues: |
Description
sage -t devel/sage/sage/algebras/group_algebra.py
**********************************************************************
File "/home/jaap/downloads/sage-3.2.alpha0/tmp/group_algebra.py", line 230:
sage: OG(FormalSum([ (1, G(2)), (2, RR(0.77)) ]), check=False)
Expected:
[2 0]
[0 2] + 2*0.770000000000000
Got:
2*0.770000000000000 + [2 0]
[0 2]
**********************************************************************
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

