Opened 8 years ago

Closed 8 years ago

#760 closed bug (fixed)

conversion from list of modules to resolution does not respect grading

Reported by: steenpass Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-3
Keywords: Cc: schreyer@…

Description

> ring r = 0, x, dp;
> module m = 0;
> attrib(m, "isHomog", intvec(3));
> print(betti(list(m), 0), "betti");   // correct
           0
------------
    3:     1
------------
total:     1

> resolution s = list(m);
> print(betti(s, 0), "betti");
           0
------------
    0:     1
------------
total:     1

> 

Change History (1)

comment:1 Changed 8 years ago by hannes

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