Opened 7 years ago
Closed 7 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 >
Note: See
TracTickets for help on using
tickets.
fixed with fc866f673c2da9b9324c17ddc2bcddeaf31163ca