We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e060228 commit aa59396Copy full SHA for aa59396
lightphe/models/Homomorphic.py
@@ -54,4 +54,4 @@ def get_algorithm_name(self) -> str:
54
class_name = self.__class__.__name__
55
algorithm_name = getattr(Algorithm, class_name, None)
56
assert isinstance(algorithm_name, str), f"Algorithm name for {class_name} is not defined"
57
- return algorithm_name
+ return algorithm_name
0 commit comments