We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
define_participants
The following function:
clinica/clinica/iotools/converters/ixi_to_bids/ixi_to_bids_utils.py
Lines 48 to 80 in 2623ab5
is not fully deterministic and the order of the returned subject labels may vary as can be seen here:
https://github.com/aramis-lab/clinica/actions/runs/11251994838/job/31284194042?pr=1316
We need to make sure the order is deterministic, for example by sorting prior to returning.
@AliceJoubert WDYT ?
The text was updated successfully, but these errors were encountered:
Solved by #1318
Sorry, something went wrong.
AliceJoubert
Successfully merging a pull request may close this issue.
The following function:
clinica/clinica/iotools/converters/ixi_to_bids/ixi_to_bids_utils.py
Lines 48 to 80 in 2623ab5
is not fully deterministic and the order of the returned subject labels may vary as can be seen here:
https://github.com/aramis-lab/clinica/actions/runs/11251994838/job/31284194042?pr=1316
We need to make sure the order is deterministic, for example by sorting prior to returning.
@AliceJoubert WDYT ?
The text was updated successfully, but these errors were encountered: