#5092: [with patch; needs work] Primes()?? gets hung in len call; also bring
coverage to 100% for primes.py
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: number theory | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Changes (by mabshoff):
* summary: [with patch; positive review] Primes()?? gets hung in len
call; also bring coverage to 100% for primes.py
=> [with patch; needs work] Primes()?? gets
hung in len call; also bring coverage to 100%
for primes.py
Comment:
This patch causes one doctest failure:
{{{
sage -t -long "devel/sage/sage/sets/set.py"
**********************************************************************
File "/scratch/mabshoff/sage-3.3.alpha4/devel/sage/sage/sets/set.py", line
278:
sage: Primes() < Set(QQ)
Expected:
True
Got:
False
**********************************************************************
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5092#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---