Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Oct 5, 2024
1 parent 8f6a3f4 commit 0a939c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightphe/models/Tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0a939c1

Please sign in to comment.