source: git/modules/python/BUGS @ b1b114

spielwiese
Last change on this file since b1b114 was b1b114, checked in by Michael Brickenstein <bricken@…>, 18 years ago
*bricken: ring change bug fixed git-svn-id: file:///usr/local/Singular/svn/trunk@8784 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 622 bytes
Line 
1Some current problems,
2which might affect you (I am heavily working on it):
3
4- pass only matrices with number type polynomial back to Singular
5
6- LIB loading is equivalent to LIB("dgsjkgjs") and not LIB "djksdgsjkdjks"
7 the former fails generally in Singular, so load your libs, before you go to python
8
9- Although it would be quite analogous, there exists currently no possibility of accessing local Singular variables
10
11- don't use polynomial(<string>) this is only in for testing purposes and does only work for monomials
12
13Fixed bugs
14- 7.11 a Ring change with r.set() doesn't work properly at the moment, so don't do it
Note: See TracBrowser for help on using the repository browser.