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
While working on a test I am finding myself wasting time, putting the wrong population names around. This made me realize that it would be useful to not just return None if we do not find a population (for example). Why don't raise an error and print the available populations instead?
Bonus points: we could have more descriptive __str__ or __repr__ methods
The text was updated successfully, but these errors were encountered:
While working on a test I am finding myself wasting time, putting the wrong population names around. This made me realize that it would be useful to not just return None if we do not find a population (for example). Why don't raise an error and print the available populations instead?
Bonus points: we could have more descriptive
__str__
or__repr__
methodsThe text was updated successfully, but these errors were encountered: