#9499: recovery gracefully from libsingular errors
-------------------------------+--------------------------------------------
Reporter: malb | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.5.1
Component: interfaces | Keywords: libsingular
Author: Martin Albrecht | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
{{{
sage: from sage.libs.singular.function import singular_function
sage: from sage.libs.singular.function import lib as singular_libary
sage: singular_lib('triang.lib'
sage: triangL = singular_function("triangL"
sage: P.<e,d,c,b,a> = PolynomialRing(QQ,5,order='lex'
sage: I = sage.rings.ideal.Cyclic(P
sage: triangL(I
Traceback (most recent call last)
..
RuntimeError: There has been an error in a Singular function.
sage: G = I.groebner_basis(
sage: triangL(G,attributes={G:{"isSB":1}}
[[e + d + c + b + a, ...]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9499>
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.