pymovements.utils.checks#
This module holds basic checks which will be reused in other modules.
Functions
Check if two sequences are of equal length. |
|
Check if at most one of two values is not None. |
|
Check if two values are either both None or both have a value. |
|
Checks if all nans occur at the same time steps for both channels. |
|
Check if variable, or if it is iterable, any of its components are zero. |
|
Checks if positions and velocities are of shape |
|
Check if exactly two keyword arguments are given. |