VectorData/ImageData mulitplication #1991
Replies: 1 comment
-
Thanks for spotting this. Agree this can be seen as an inconsistency with but not sure if it is a bug though. Numpy CIL datacontainer's It seems there is a discrepancy between numpy's convention of |
Beta Was this translation helpful? Give feedback.
-
@bosschmidt
There is a problem with
ImageData
multiplied withVectorData
returns
So when comparing shapes in https://github.com/TomographicImaging/CIL/blob/master/Wrappers/Python/cil/framework/data_container.py#L705
we should check
self.shape[1] == other.shape[0]
.Beta Was this translation helpful? Give feedback.
All reactions