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 |
Uh oh!
There was an error while loading. Please reload this page.
@bosschmidt
There is a problem with
ImageDatamultiplied withVectorDatareturns
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].All reactions