You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original patch suffered from a particularly evil piece of bitrotting: since the patch was written, some change somewhere has meant that the trivial permutation now has truth value True, not False, which meant that the pushout code would never terminate -- it would keep on returning bigger and bigger towers of (empty) construction functors!
The new patch I've just uploaded gets around this by using the is_one method, instead of a plain truth value test. It passes doctests under 4.4.1. Anyone willing to sign off on my tiny changes, and maybe we can get this into Sage 5.0?
This happens in the coercion branch:
Component: group theory
Author: Mike Hansen
Reviewer: David Loeffler
Merged: sage-4.4.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/3461
The text was updated successfully, but these errors were encountered: