You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idx_tmp[0:2, :] = np.concatenate((np.array([[-1], [-1]]), idx[0:2, :]), axis=1) ---> 99
<array_function internals> in concatenate(*args, **kwargs)
AxisError: axis 1 is out of bounds for array of dimension 1
The text was updated successfully, but these errors were encountered:
idx_tmp[0:2, :] = np.concatenate((np.array([[-1], [-1]]), idx[0:2, :]), axis=1) ---> 99
<array_function internals> in concatenate(*args, **kwargs)
AxisError: axis 1 is out of bounds for array of dimension 1
The text was updated successfully, but these errors were encountered: