You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F = ZZ.quo(2*ZZ)
R.<x> = F['x']
p = x^2-1
p.root_field?
Traceback:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/boothby/sage_notebook/worksheets/hw4/code/4.py", line 4, in <module>
print _support_.docstring("p.root_field", globals())
File "/home/boothby/sage/local/lib/python2.5/site-packages/sage/server/support.py", line 131, in docstring
s += 'Definition: %s\n'%sageinspect.sage_getdef(obj, obj_name)
File "/home/boothby/sage/local/lib/python2.5/site-packages/sage/misc/sageinspect.py", line 264, in sage_getdef
spec = sage_getargspec(obj)
File "/home/boothby/sage/local/lib/python2.5/site-packages/sage/misc/sageinspect.py", line 246, in sage_getargspec
return _sage_getargspec_sagex(source)
File "/home/boothby/sage/local/lib/python2.5/site-packages/sage/misc/sageinspect.py", line 200, in _sage_getargspec_sagex
raise ValueError, "Could not parse sagex argspec"
ValueError: Could not parse sagex argspec
This is using a freshly upgraded SAGE. Cannot reproduce on the public notebook.
Given the flux of the new notebook, and the fact that this works well for me, I'm going to close this. If it can be duplicated with newer code, I'll address the issue.
[mabshoff@m940 sage-2.8.3.alpha2]$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.8.3.alpha2, Release Date: 2007-08-29 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: F = ZZ.quo(2*ZZ)
sage: R.<x> = F['x']
sage: p = x^2-1
sage: p.root_field?
sage:
sage:
Offending code:
Traceback:
This is using a freshly upgraded SAGE. Cannot reproduce on the public notebook.
Component: notebook
Keywords: introspection
Issue created by migration from https://trac.sagemath.org/ticket/354
The text was updated successfully, but these errors were encountered: