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
In one-to-one matching, symbols that have a variable_name do not work in commutative functions. They seem to work correctly in many-to-one matching. Example:
This ManyToOneMathcer has entirely different way to handle this situation as it uses a separate class defined for this, we need to reform the OneToOne matcher in a same way to ensure this functionality. I think the current implementation is not easy to change and take the desired outcome
In one-to-one matching, symbols that have a
variable_name
do not work in commutative functions. They seem to work correctly in many-to-one matching. Example:This results in
but it should result in
So far, we don't have any tests that verify this functionality. Once it is fixed, we should add some.
The text was updated successfully, but these errors were encountered: