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
(==)(a::T,b::T) where {T <: MultiValue} = a.data == b.data
together with appropriate promotion rules. Alternatively, the comparison function could explicitly compare the tensor types (VectorValue, TensorValue, etc) of the arguments.
I find this:
This shouldn't be the case; 3d vectors are different from 2d tensors...
The text was updated successfully, but these errors were encountered: