Closed ipelupessy closed 3 years ago
len(x) corresponds to the size of the first dimension, while .size returns the size of the array (=all elements). Also this PR adds the possibility of using Delta from parameters (with default =1 ), this should be no regret
note that instead of .size shape[0] could also be used..let me know...
Merged and also fixed the HYMLSInterface to support this.
len(x) corresponds to the size of the first dimension, while .size returns the size of the array (=all elements). Also this PR adds the possibility of using Delta from parameters (with default =1 ), this should be no regret