-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add/edit cubids.py docstrings #411
Conversation
…longitudinal from data structure
…to fix/not_enforce_longitudinal
…to fix/not_enforce_longitudinal
fixed docstrings on entity key but that broke build path doctests and a bunch of other stuff from there. Need to update and revert back to ba31cca and delete doctests in get_entity_value and img_to_new_ext |
orig doc test was failing due to path/to file in the doctest not containing the ses and sub folders. That means this function as written previously will only work for ses and sub. try using this for get entity value: from bids.layout import parse_file_entities |
18707d3
to
03c5491
Compare
after trying to make |
Closes #358 and closes #384.
Changes proposed in this pull request