#20698: Revise initialization of generic algebraic curves
-------------------------------------+-------------------------------------
Reporter: gjorgenson | Owner:
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-7.3
Component: algebraic | Resolution:
geometry | Merged in:
Keywords: | Reviewers: Ben Hutz
Authors: Grayson Jorgenson | Work issues:
Report Upstream: N/A | Commit:
Branch: | 9cbdab3fdfa24144e1aacdf2b7c29d032f016049
u/gjorgenson/ticket/20698 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Changes (by bhutz):
* status: needs_review => needs_work
* reviewer: => Ben Hutz
Comment:
Just a couple things here:
In the docs
- doc build error
{{{
OSError: [plane_cur] /home/ben/sage/sage-dev/local/lib/python2.7/site-
packages/sage/schemes/plane_curves/constructor.py:docstring of
sage.schemes.plane_curves.constructor.Curve:16: ERROR: Unexpected
indentation.
}}}
- also variables names should be in double quote, single quote are for
math type setting
also some issues with the error messsages
- Your raise is failing
{{{
A.<x,y,z> = ProjectiveSpace(QQ,2)
X=A.subscheme([x^3 + y^3 + z^3,x-y])
C = Curve(X);C
}}}
- the line wrap messed up the spacing
{{{
A.<x,y,z> = AffineSpace(QQ,3)
A2.<u,v,w,t>=AffineSpace(QQ,4)
C = Curve(x^3 + y^3 + z^3,A2);C
}}}
I didn't encounter any functionality issues.
--
Ticket URL: <http://trac.sagemath.org/ticket/20698#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.