corewise_err#

t3toolbox.corewise.corewise_err(X_true, X)#
def corewise_err(
        X_true,  # reference tree of ints/floats/arrays
        X,       # same tree structure as X_true
) -> NDArray:  # ||X_true - X||, a scalar
Return type:

NDArray