mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
12f69a86f5
* Remove code with side effects from main When running tests withy pytest, some modules execute code in main scope and open plot or browser windows. Moves such code under `if __name__ == "__main__"`. * fixup! Format Python code with psf/black push |
||
---|---|---|
.. | ||
back_propagation_neural_network.py | ||
convolution_neural_network.py | ||
gan.py | ||
input_data.py | ||
perceptron.py |