fastscapelib.flow.numba.flow_kernel.NumbaFlowKernelData.check_bindings

NumbaFlowKernelData.check_bindings()

Check data that is bound to the kernel.

This is called prior to executing the kernel function in order to make sure that all input and output data have been initialized and bound as kernel data.

Raises:

ValueError – if there’s unbound data required by the kernel.