neurodatascience / NeuroCI

13 stars 7 forks source link

[Code review] Code style and module requirements. #2

Open mathdugre opened 2 years ago

mathdugre commented 2 years ago

This code review bring some minor changes to the code. It adds a requirements.txt file to ease the installation of dependencies, remove the unused imports and order them according to PEP 8, moves the docstring within the function bodies for the functions to keep track of them, and auto format using psf/black.