Closed eltonlaw closed 5 years ago
To fix things like negative counts and enforce range limits.
Ways of handling:
def coerce_value(matrix, row_index, column_index) -> value
def coerce_value(row, column_index) -> value
Needed as part of #68
To fix things like negative counts and enforce range limits.
Ways of handling:
def coerce_value(matrix, row_index, column_index) -> value
def coerce_value(row, column_index) -> value
(can be defined in terms of the above)Needed as part of #68