Ad
  • Default User Avatar

    This comment got deleted.

  • Custom User Avatar

    Hi, message ValueError: sample larger than population simply says that population (from what we want build sample) is smaller than number of elements we want to select.
    In this case it suggests that [x for x in c.dict.keys() if not str(x).startswith('__')] is less than 1. And that means that you miss something in class created with your solution.