Results 1 comments of Branden

I often get Index errors in this line when `delta > 1` because sometimes the calculated index is greater than `len(correct_ordered)`: `correct_ordered[int(num_wrong_ordered * self.delta)]` I've kind of fixed this by...