#7797: basic interface to letterplace from singular
---------------------------------------------------+------------------------
Reporter: burcin | Owner: burcin
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.4.4
Component: algebra | Keywords: singular
Author: Michael Brickenstein, Burcin Erocal | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------------------------------+------------------------
Comment(by malb):
Doctest failure on sage.math:
{{{
File "/mnt/usb1/scratch/malb/sage-4.4/devel/sage-
main/sage/libs/singular/letterplace.py", line 32:
sage: freegb(l, 10)
Exception raised:
Traceback (most recent call last):
File "/mnt/usb1/scratch/malb/sage-4.4/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/mnt/usb1/scratch/malb/sage-4.4/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/mnt/usb1/scratch/malb/sage-4.4/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_1[5]>", line 1, in <module>
freegb(l, Integer(10))###line 32:
sage: freegb(l, 10)
File "/mnt/usb1/scratch/malb/sage-4.4/local/lib/python/site-
packages/sage/libs/singular/letterplace.py", line 70, in freegb
libsingular_options(bck)
TypeError: 'sage.libs.singular.option.LibSingularOptions' object is
not callable
}}}
I think we used to allow calling libsingular option objects earlier,
however load() replaces it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7797#comment:3>
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.