-
Notifications
You must be signed in to change notification settings - Fork 82
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
[REF] OASIS-to-BIDS : improve code quality for function create_sessions_dict
#1325
Conversation
@AliceJoubert looks like you need to update some broken unit tests |
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.
Thanks @AliceJoubert !
I need to take a closer look but made a quick first pass
clinica/iotools/converters/oasis_to_bids/oasis_to_bids_utils.py
Outdated
Show resolved
Hide resolved
test/unittests/iotools/converters/oasis_to_bids/test_oasis_to_bids_utils.py
Outdated
Show resolved
Hide resolved
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.
Thanks @AliceJoubert !
I think the refactoring looks good and the converter non regression tests are passing.
Just two small questions but otherwise should be ready.
clinica/iotools/converters/oasis_to_bids/oasis_to_bids_utils.py
Outdated
Show resolved
Hide resolved
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.
LGTM, thanks @AliceJoubert !
Closes #1320