Hi,
I would like to solve the partial linear indexing deprecation but its not clear how. I am an mmaped array A_mmaped
having 4 dimensions. I am currently indexing like this
A[:,:,sub_indices]
where sub_indices
is just a subset of all indices. When I first perform a reshape, does it load the full array A? How can I prevent this?