mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00: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 |