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 c234414 commit 64c5e75Copy full SHA for 64c5e75
deep_tensor/irt/sirt.py
@@ -72,7 +72,7 @@ def __init__(
72
73
@property
74
def z(self) -> Tensor:
75
- return (1.0 * self.defensive) * self.z_func
+ return (1.0 + self.defensive) * self.z_func
76
77
78
def coef_defensive(self) -> Tensor:
0 commit comments