#10498: fix inject_coefficients for toric varieties
----------------------------------+-----------------------------------------
   Reporter:  novoselt            |       Owner:  AlexGhitza     
       Type:  defect              |      Status:  positive_review
   Priority:  major               |   Milestone:  sage-4.6.2     
  Component:  algebraic geometry  |    Keywords:                 
     Author:  Andrey Novoseltsev  |    Upstream:  N/A            
   Reviewer:  Volker Braun        |      Merged:                 
Work_issues:                      |  
----------------------------------+-----------------------------------------
Changes (by vbraun):

  * status:  needs_work => positive_review


Old description:

> Because it only pretends to work now:
> {{{
> sage: P2 = toric_varieties.P2()
> sage: P2a = P2.base_extend(FractionField(QQ["a"]))
> sage: P2a.inject_coefficients()
> Defining a
> sage: a
> ...
> NameError: name 'a' is not defined
> }}}

New description:

 Because it only pretends to work now:
 {{{
 sage: P2 = toric_varieties.P2()
 sage: P2a = P2.base_extend(FractionField(QQ["a"]))
 sage: P2a.inject_coefficients()
 Defining a
 sage: a
 ...
 NameError: name 'a' is not defined
 }}}

 Depends on #10355.

--

Comment:

 I'm pretty sure you missed the dependency in comment:1. It works for me.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10498#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
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.

Reply via email to