Opened 9 years ago

Closed 8 years ago

#595 closed bug (fixed)

normalP() fails for some cases with enabled "withRing" option

Reported by: kroeker@… 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`

Change History (1)

comment:1 Changed 8 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.