#7956: constructing a scheme morphism to an affine curve
----------------------------------+-----------------------------------------
   Reporter:  wjp                 |       Owner:  AlexGhitza
       Type:  defect              |      Status:  new       
   Priority:  major               |   Milestone:  sage-4.3.1
  Component:  algebraic geometry  |    Keywords:            
Work_issues:                      |      Author:            
   Upstream:  N/A                 |    Reviewer:            
     Merged:                      |  
----------------------------------+-----------------------------------------

Comment(by wjp):

 A cleaner version of the code to reproduce it:

 {{{
 sage: S.<p,q> = QQ[]
 sage: A1.<r> = AffineSpace(QQ,1)
 sage: A1_emb = Curve(p-2)
 sage: type(A1_emb)
 <class 'sage.schemes.plane_curves.affine_curve.AffineCurve_generic'>
 sage: g = A1.hom([2,r],A1_emb)
 TypeError: _point_morphism_class() takes exactly 1 non-keyword argument (3
 given)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7956#comment:1>
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