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
Currently, Group.scale only takes shifted scalar values -- it would be nice to add an implementation that works with non-shifted values. Additionally, scale does not accept 0 or 1 (g * 1 = g and g * 0 = zero) but throws an error instead.
The text was updated successfully, but these errors were encountered:
Currently,
Group.scale
only takes shifted scalar values -- it would be nice to add an implementation that works with non-shifted values. Additionally,scale
does not accept0
or1
(g * 1 = g
andg * 0 = zero
) but throws an error instead.The text was updated successfully, but these errors were encountered: