Closed mrader1248 closed 1 year ago
Thanks for the issue @mrader1248 but this is not a bug, but a feature request. Vector types do have a size
attribute but not a shape
Forgive me, but I disagree with you on that. The class CKKSVector
is derived from AbstractTensor
, which defines the property shape
. Therefore, from an OOP-POV, the child class CKKSVector
has to support this property.
Description
The property
shape
is missing forCKKSVector
.How to Reproduce
Use the following piece of code to reproduce the bug.
Expected Behavior
The two print statements in the code above are expected to both print
"[16]"
. While the first print statement executes as expected, the second one (specifically calling the propertyshape
) fails withSystem Information