Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1cf7fce

Browse files
committedOct 7, 2024·
Merge branch 'patch-1' of https://github.com/AHuzail/Python into patch-1
2 parents 8b31579 + d541527 commit 1cf7fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎neural_network/artificial_neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ def predict(self, inputs: np.ndarray) -> np.ndarray:
179179
if __name__ == "__main__":
180180
import doctest
181181

182-
doctest.testmod()
182+
doctest.testmod()

0 commit comments

Comments
 (0)
Please sign in to comment.