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

hastily-written homework solutions... #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smerdis
Copy link

@smerdis smerdis commented Nov 16, 2015

No description provided.

@matthew-brett
Copy link
Contributor

Thanks - sorry for being slow to get back to you.

@@ -21,10 +21,11 @@
"""

# Add any extra imports here
import sys

import sys, os
import nibabel as nib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typical convention is to put less common imports lower down than more common. So, numpy is more common than scipy which is about the same popularity as matplotlib, and more common than nibabel.

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

Successfully merging this pull request may close these issues.

2 participants