sailaja
Results
1
comments of
sailaja
The error is because of the type of self.specials.values() we have to convert it to Numpy array before sorting. In the function _loose_keys_ordered change the following line specials = np.sort(self.specials.values())...