Skip to content

Commit 301d98f

Browse files
Update radial_basis_function_neural_network.py
1 parent 30dc616 commit 301d98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_network/radial_basis_function_neural_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import doctest
1+
from doctest import testmod
22
import numpy as np
33

44

0 commit comments

Comments
 (0)