nilspodlib.utils.validate_existing_overlap#

nilspodlib.utils.validate_existing_overlap(start_vals: ndarray, end_vals: ndarray) bool[source]#

Check that multiple intervals indicated by their start and stop values do all have an overlapping region.

Raises:
ValueError

If any of the intervals are invalid, because their end values is before their start value.