Python high-level API multiple step selection dimensions
Created by: suchyta1
@williamfgc
Using the same source from Issue #571 (closed) with the heat transfer example, I print the return dimensions of the numpy array from python, when I try to return multiple time steps from the data. To make testing this faster, I've attached my bp file, so you can just run the reading part of the job script (use group='bpfile' and comment out the mpirun line).
I did a small run, where I've written 4 time steps of 200 x 200 global size. I try to get all the steps, so I expect (4, 200, 200) shaped array. But what is returned is (800, 800) = (4x200, 4x200), which does not equal the expected number of total elements.