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
The canonical representation of the pairs is different, due to the different lexicographic ordering of strings vs integers.
This case should raise a warning (at a minimum) in contingency_table_pairs. The default behavior should potentially be to coerce both pairs to character mode?
The text was updated successfully, but these errors were encountered:
Suppose
true_pairs
is represented as an integer array with canonical representationbut
pred_pairs
is represented as a character array with canonical representationThe canonical representation of the pairs is different, due to the different lexicographic ordering of strings vs integers.
This case should raise a warning (at a minimum) in
contingency_table_pairs
. The default behavior should potentially be to coerce both pairs to character mode?The text was updated successfully, but these errors were encountered: