utils
- deimos.utils.check_length(lists)[source]
Ensures collection of lists passed are of equal length.
- Parameters:
lists (list of list) – List of lists for length evaluation.
- Raises:
ValueError – If lists are not the same length.
Ensures collection of lists passed are of equal length.
lists (list of list) – List of lists for length evaluation.
ValueError – If lists are not the same length.