#3847: [with patch, with positive review] can't make vector of ints
---------------------+------------------------------------------------------
Reporter: saliola | Owner: tbd
Type: defect | Status: new
Priority: minor | Milestone: sage-3.1.3
Component: algebra | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Changes (by mabshoff):
* summary: [with patch, with positive review] can't make vector of ints
=> [with patch, with positive review] can't
make vector of ints
Old description:
> sage: vector([int(0)])
> Traceback (most recent call last):
> ...
> TypeError: unable to find a common ring for all elements
>
> Shouldn't ints be coerced to Integers?
New description:
{{{
sage: vector([int(0)])
Traceback (most recent call last):
...
TypeError: unable to find a common ring for all elements
}}}
Shouldn't ints be coerced to Integers?
Comment:
Oops, this patch nearly escaped. Note that the two spaces between positive
and review let this review escape from the report.
Cheers,
Michal
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3847#comment:3>
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
-~----------~----~----~----~------~----~------~--~---