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 cacnonicalize fills in properties not present in the input tangent with ZeroTangent(). I would think if the package author has not added a field to Tangent{P}(...), then its tangent would not exist, like for traits and indices. And ZeroTangent() is used for cases where the tangent exists, but is vanishing.