-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write docstrings #1
Comments
Most of the scripts we have require docstrings, with the exception of those in It's a good first issue to start reading the code and fill in the characteristics of the functions. Python knowledge is not necessarily required. |
I would still invite someone that would like to start approaching phys2bids code / python3 to complete this issue. Especially in improving |
I am happy to help with docstrings once I have used the code a bit more. Personally, I think it is hard to write docstrings if you haven't written or used the code. So at the very least, we need to use the code, if we are not writing it. |
Given that this issue was labeled as urgent, how are we doing with this? |
It seems that @smoia made good progress on this? |
#80 needs a bit more Numpy styling. When that's done this will be closed- but we're near. |
modifiy test so it doesn't use printing output
Add numpy docstrings to functions
The text was updated successfully, but these errors were encountered: