Skip to content

Commit 9bd4765

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5de5b80 commit 9bd4765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neural_network/activation_functions/bipolar_binary_step.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import numpy as np
1212

13+
1314
def bipolar_binary_step(vector: np.ndarray) -> np.ndarray:
1415
"""
1516
Implements the binary step function

0 commit comments

Comments
 (0)