This fix attempt to solve when the categories are strings that are extracted and they could lead to different objects.
The check on the iterator for constructing the comparison matrix over the continuous, using == was too restrictive.
I'm not sure whether there is a reason for that.
This fix attempt to solve when the categories are strings that are extracted and they could lead to different objects. The check on the iterator for constructing the comparison matrix over the continuous, using
==
was too restrictive. I'm not sure whether there is a reason for that.