As stated in issue #379, it is strange that the property shape is defined for AbstractTensor, but calling it on a CKKSVector raises an error. Therefore, I have overriden the property shape for CKKSVector, simply calling the method size.
Affected Dependencies
None
How has this been tested?
Added a unit test for shape almost identical to the one for size.
Description
As stated in issue #379, it is strange that the property
shape
is defined forAbstractTensor
, but calling it on aCKKSVector
raises an error. Therefore, I have overriden the propertyshape
forCKKSVector
, simply calling the methodsize
.Affected Dependencies
None
How has this been tested?
shape
almost identical to the one forsize
.Checklist