Resolve NXCALS-7778 "Fix pytimber get aligned"
Compare changes
Files
2- NXCALS-7778 Make methods protectedRafal Mucha authored
Fixes problem, adds integration tests, but changes output. Previously, get aligned returned elements and dimensions (what is against PyTimber convention). Now, it will return reshaped arrays. That is consistent with behaviour of previous pytimber (version 3). Closes NXCALS-7778