Skip to content

SVD_rebuild bug fix for comp_slice

Vasudevan, Rama K. requested to merge ginger_lab into master

Created by: rajgiriUW

Found that if you have an arbitrary list of slices (e.g. [0,1,4]) h5Py was throwing an error during svd_rebuild. Looking it up this is maybe a known issue in h5Py using ndarray.

Merge request reports