#5479: schemes/generic/spec.py: Spec.__call__ is basically not implemented
--------------------------------+-------------------------------------------
 Reporter:  AlexGhitza          |       Owner:  was       
     Type:  defect              |      Status:  new       
 Priority:  major               |   Milestone:  sage-3.4.1
Component:  algebraic geometry  |    Keywords:            
--------------------------------+-------------------------------------------
 Roi Docampo found this:
 {{{
 sage: S = Spec(ZZ)
 sage: S
 Spectrum of Integer Ring
 sage: S(3)
 ---------------------------------------------------------------------------
 AttributeError                            Traceback (most recent call
 last)

 /home/aghitza/.sage/temp/cartan/6737/_home_aghitza__sage_init_sage_0.py in
 <module>()

 /opt/sage/local/lib/python2.5/site-packages/sage/schemes/generic/spec.pyc
 in __call__(self, x)
     112         Create a point of this scheme.
     113         """
 --> 114         return point.SchemePoint_spec(self, x)
     115
     116     def coordinate_ring(self):

 AttributeError: 'module' object has no attribute 'SchemePoint_spec'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5479>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to