unix_sort in sort utils does not work at the moment, because dictionary of unique values is returned. In cases, where integers 1, 0 are used with bools, Python will convert 1 or 0 to bool (bool is essentially an integer in Python) and incorrect dictionary will be returned.
unix_sort
in sort utils does not work at the moment, because dictionary of unique values is returned. In cases, where integers 1, 0 are used with bools, Python will convert 1 or 0 to bool (bool is essentially an integer in Python) and incorrect dictionary will be returned.