reservoirflow.utils.helpers.ispoints#

reservoirflow.utils.helpers.ispoints(in_data)#

Check if data contains points or scaler.

Parameters:

in_data (_type_) – data must be flatten.

Returns:

True if data is tuple of 3 (i.e. points). Otherwise, False.

Return type:

Boolean