Opened 9 years ago
Closed 8 years ago
#595 closed bug (fixed)
normalP() fails for some cases with enabled "withRing" option
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | singular-libs | Version: | 4-0-0 |
Keywords: | normalP bug | Cc: |
Description
The example
LIB("normal.lib"); ring rng = 7,(x,y), dp; ideal I = y-3,x-3; normalP( I ,"withRing");
fails with
? no ring variables ? error occurred in or before normal.lib::substpartSpecial line 4049: `def newBAS = ring(gnirlist); //change of ring to less vars`
Note: See
TracTickets for help on using
tickets.
fixed with 2455ae6fe3bbd5214d1e2de1edd1ff163ac16d75