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, difference in names are not considered differences in objects.
The following returns true: (@LArray [3.,1.] (:c,:a)) == (@LArray [3.,1.] (:c,:someother))
Is this the intended semantics to be compatible with arrays?
Intuitively, I would expect objects with different names to be classified as being different.
The text was updated successfully, but these errors were encountered:
Currently, difference in names are not considered differences in objects.
The following returns true:
(@LArray [3.,1.] (:c,:a)) == (@LArray [3.,1.] (:c,:someother))
Is this the intended semantics to be compatible with arrays?
Intuitively, I would expect objects with different names to be classified as being different.
The text was updated successfully, but these errors were encountered: