We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7802044 commit f3dc726Copy full SHA for f3dc726
1 file changed
tests/test_operators.py
@@ -103,9 +103,9 @@ def test_eq(a: float) -> None:
103
def test_sigmoid(a: float) -> None:
104
"""Check properties of the sigmoid function, specifically
105
* It is always between 0.0 and 1.0.
106
- * one minus sigmoid is the same as negative sigmoid
+ * one minus sigmoid is the same as sigmoid of the negative
107
* It crosses 0 at 0.5
108
- * it is strictly increasing.
+ * It is strictly increasing.
109
"""
110
# TODO: Implement for Task 0.2.
111
raise NotImplementedError("Need to implement for Task 0.2")
0 commit comments