#5631: [with patch, needs work] improve doctest coverage for
schemes/generic/affine_space.py
--------------------------------+-------------------------------------------
Reporter: AlexGhitza | Owner: AlexGhitza
Type: enhancement | Status: assigned
Priority: minor | Milestone: sage-3.4.1
Component: algebraic geometry | Keywords: doctest affine space
--------------------------------+-------------------------------------------
Comment(by was):
I don't understand why you deleted lines 415, 416 below:
{{{
414 505 def subscheme_complement(self, X, Y):
415 X = self.subscheme(X)
416 Y = self.subscheme(Y)
}}}
The way you have the code now, it subscheme_complement has nothing at all
to do with self. Why is it even a method of self as is now.
Otherwise this patch looks very good.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5631#comment:4>
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
-~----------~----~----~----~------~----~------~--~---