__str__ and __repr__ for Cutoffs object
Description
Introduce meaningful __repr__
and __str__
methods in Cutoffs
class.
Current version
def __str__(self):
return str(self._cutoff_matrix)
Demo
- all tests pass w/o decrease in code coverage
- new lines tested
- updated user guide based on #212
Edited by Paul Erhart