-
Notifications
You must be signed in to change notification settings - Fork 33
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
Pybids #284
Pybids #284
Conversation
Hello @arokem! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-07-13 23:29:16 UTC |
176b883
to
6e6d2b3
Compare
Now comes the hard part of generalizing this...
This now seems to resolve yeatmanlab#265, but might still be limited in other ways.
Pandas infers types of columns read from a file and this can go sideways. So, let's focus on the values.
Finally passing the tests now. @36000 : would you mind giving this a review? |
AFQ/data.py
Outdated
my_path = afq_home | ||
else: | ||
my_path = path | ||
os.makedirs(afq_home) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os.makedirs(afq_home, exist_ok=True)
AFQ/data.py
Outdated
my_path = afq_home | ||
else: | ||
my_path = path | ||
os.makedirs(afq_home) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os.makedirs(afq_home, exist_ok=True)
This looks good! Should simplify setting up the API object. |
Thanks for the feedback! I'll wait for the CI to finish and then merge. |
This uses pybids to parse the input.