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
sagemathgh-38963: Disallow scaling of quaternion fractional ideals by zero
This PR disallows the scaling of quaternion fractional ideals by the
zero element of the surrounding quaternion algebra (throwing a
`ValueError` in the process), as the result will by definition not be a
fractional ideal. It also adds additional checks to avoid scaling by
zero in other tests, which came up in the issue mentioned below, and it
adds a missing warning for a long doctest.
Fixessagemath#38947.
URL: sagemath#38963
Reported by: Sebastian A. Spindler
Reviewer(s): Giacomo Pope
0 commit comments