Skip to content
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

DTI step parameter not documented. #901

Closed
arokem opened this issue Feb 9, 2016 · 4 comments
Closed

DTI step parameter not documented. #901

arokem opened this issue Feb 9, 2016 · 4 comments

Comments

@arokem
Copy link
Contributor

arokem commented Feb 9, 2016

Need to document what this does at the TensorModel level.

@quantshah
Copy link
Contributor

Is the step same as the next function ?

step : int
    The chunk size as a number of voxels.

@arokem
Copy link
Contributor Author

arokem commented Mar 17, 2016

Yes. That's correct.

@quantshah
Copy link
Contributor

On it. There are some pep8 issues too:

dipy/reconst/dti.py:1080:80: E501 line too long (94 > 79 characters)
dipy/reconst/dti.py:1176:1: E303 too many blank lines (3)
dipy/reconst/dti.py:1794:5: E265 block comment should start with '# '
dipy/reconst/dti.py:1797:5: E265 block comment should start with '# '

@quantshah
Copy link
Contributor

Fixed : #972

arokem added a commit that referenced this issue Mar 23, 2016
Fixes #901 : Added documentation for "step" in dti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants