Ticket #4953 (closed defect: fixed)
[probably fixed] sage/misc/randstate.pyx doctest failure on menas
| Reported by: | mabshoff | Owned by: | cwitty |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.3 |
| Component: | misc | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
The following was introduced by #4934:
menas (x86_64-Linux-suse)
**********************************************************************
File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-suse/devel/sage/sage/misc/randstate.pyx",
line 239:
: with seed(1): (rtest(), rtest())
Expected:
((978, 0.184109262667515, -3*x^2 - 1/12, (4,5), [ 0, 1, 1, 0, 0 ],
1046254370, 60359, 0.83350776541997362), (138, -0.247578366457583, 2*x
- 24, (), [ 1, 1,
1, 0, 1 ], 1077419109, 10234, 0.0033332230808060803))
Got:
((978, 0.184109262667515, -3*x^2 - 1/12, (2,3)(4,5), [ 0, 1, 1, 0,
0 ], 1046254370, 60359, 0.83350776541997362), (138,
-0.247578366457583, 2*x - 24, (1,3,2)(4,5), [ 1, 1, 1, 0, 1 ],
1077419109, 10234, 0.0033332230808060803))
**********************************************************************
Change History
Note: See
TracTickets for help on using
tickets.
