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

Pybids #284

Merged
merged 27 commits into from
Jul 14, 2020
Merged

Pybids #284

merged 27 commits into from
Jul 14, 2020

Conversation

arokem
Copy link
Collaborator

@arokem arokem commented Jun 30, 2020

This uses pybids to parse the input.

@pep8speaks
Copy link

pep8speaks commented Jun 30, 2020

Hello @arokem! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 683:26: E741 ambiguous variable name 'l'

Line 164:25: E128 continuation line under-indented for visual indent
Line 166:25: E128 continuation line under-indented for visual indent

Line 11:14: E225 missing whitespace around operator
Line 13:17: E128 continuation line under-indented for visual indent
Line 14:17: E128 continuation line under-indented for visual indent

Comment last updated at 2020-07-13 23:29:16 UTC

Pandas infers types of columns read from a file and this can
go sideways. So, let's focus on the values.
@arokem
Copy link
Collaborator Author

arokem commented Jul 9, 2020

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)
Copy link
Collaborator

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)
Copy link
Collaborator

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)

@36000
Copy link
Collaborator

36000 commented Jul 13, 2020

This looks good! Should simplify setting up the API object.

@arokem
Copy link
Collaborator Author

arokem commented Jul 13, 2020

Thanks for the feedback! I'll wait for the CI to finish and then merge.

@arokem arokem merged commit da585b2 into yeatmanlab:master Jul 14, 2020
@arokem arokem deleted the pybids branch July 14, 2020 03:02
@arokem arokem mentioned this pull request Jul 24, 2020
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.

3 participants