We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e3ce2 commit d541527Copy full SHA for d541527
neural_network/artificial_neural_network.py
@@ -200,4 +200,4 @@ def predict(self, inputs: np.ndarray) -> np.ndarray:
200
if __name__ == "__main__":
201
import doctest
202
203
- doctest.testmod()
+ doctest.testmod()
0 commit comments