File: BUGS

package info (click to toggle)
singular 1%3A4.1.1-p2%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 35,856 kB
  • sloc: cpp: 288,280; ansic: 17,387; lisp: 4,242; yacc: 1,654; python: 1,608; makefile: 1,424; lex: 1,387; perl: 632; sh: 567; xml: 182
file content (14 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Some current problems,
which might affect you (I am heavily working on it):

- pass only matrices with number type polynomial back to Singular

- LIB loading is equivalent to LIB("dgsjkgjs") and not LIB "djksdgsjkdjks"
 the former fails generally in Singular, so load your libs, before you go to python

- Although it would be quite analogous, there exists currently no possibility of accessing local Singular variables

- don't use polynomial(<string>) this is only in for testing purposes and does only work for monomials

Fixed bugs
- 7.11 a Ring change with r.set() doesn't work properly at the moment, so don't do it