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 problem is that with #10635 the proof parameter is not passed on anymore to _factor_univariate_polynomial(). As a workaround one can of course call k._factor_univariate_polynomial((f,proof=False) directly.
I must have been working with an old version of #9054. The behaviour described above does actually not happen with the current version of #9054. This ticket can be closed. Sorry.
Applying #9054 to sage 4.7.2 factorization does not work anymore in some cases:
The problem is that with #10635 the
proof
parameter is not passed on anymore to_factor_univariate_polynomial()
. As a workaround one can of course callk._factor_univariate_polynomial((f,proof=False)
directly.Component: factorization
Keywords: function_fields
Issue created by migration from https://trac.sagemath.org/ticket/12100
The text was updated successfully, but these errors were encountered: