RobinHankin/freealg

grades(as.freealg(0))

Closed this issue · 0 comments

currently grades(as.freealg(0)) returns list() which is not consistent with my expectation that

max(grades(abelianize(x))) <= max(grades(x))

should be true.