array t is one dimensional, however we are trying to access it as if it has two dimensions, I fixed this issue, by just handling the array t dynamically based on its dimension. If t is guaranteed to be single dimensional then further check is not needed.
array
t
is one dimensional, however we are trying to access it as if it has two dimensions, I fixed this issue, by just handling the array t dynamically based on its dimension. Ift
is guaranteed to be single dimensional then further check is not needed.