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
gh-37142: throw ValueError instead of TypeError when logarithm doesn't exist in AdditiveAbelianGroupWrapper
Attempting to run the higher-level algorithms in the
`additive_abelian_wrapper.py` file on a group with unhashable elements
will also throw a `TypeError`, which leads to very strange behavior
(rather than failing with a clear error message, as it should).
#sd123
URL: #37142
Reported by: Lorenz Panny
Reviewer(s): grhkm21
0 commit comments