diff --git a/lightphe/models/Tensor.py b/lightphe/models/Tensor.py index 2664881..7f48f2c 100644 --- a/lightphe/models/Tensor.py +++ b/lightphe/models/Tensor.py @@ -182,7 +182,7 @@ def __add__(self, other: "EncryptedTensor") -> "EncryptedTensor": f"{i}-th items of the vectors have different signs, and result's sign " "cannot be determined in PHE. Result will be shown for positive for this anyway." ) - + current_tensor = Fraction( dividend=current_dividend, abs_dividend=current_dividend,