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

Use absolute import in dipy/data/__init__.py #995

Closed
quantshah opened this issue Mar 22, 2016 · 1 comment
Closed

Use absolute import in dipy/data/__init__.py #995

quantshah opened this issue Mar 22, 2016 · 1 comment

Comments

@quantshah
Copy link
Contributor

Please refer to the original issue #969. Use absolute import in place of relative for all .py files inside /dipy. Take care not to change .pyx files

@arokem @Garyfallidis Does #969 apply to init files too? Please verify if this is needed.

/dipy/dipy/data/__init__.py:
   54                                 read_mni_template)
   55  
   56: from ..utils.arrfuncs import as_native_array
   57  from dipy.tracking.streamline import relist_streamlines
   58  
@quantshah
Copy link
Contributor Author

Do not change init files

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

1 participant