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
bids_utils.py
The error in the screenshot seems like a bug to me indeed.
The variable file_path comes from
file_path
clinica/clinica/iotools/bids_utils.py
Lines 569 to 573 in 4d700d7
Such that it is a PosixPath and not a string. This line should probably be:
PosixPath
string
if "flutemeta" in file_path.name and study_name == StudyName.AIBL
instead.
Originally posted by @NicolasGensollen in #1374 (comment)
The text was updated successfully, but these errors were encountered:
clinica.iotools.bids_utils
NicolasGensollen
Successfully merging a pull request may close this issue.
The error in the screenshot seems like a bug to me indeed.
The variable
file_path
comes fromclinica/clinica/iotools/bids_utils.py
Lines 569 to 573 in 4d700d7
Such that it is a
PosixPath
and not astring
. This line should probably be:instead.
Originally posted by @NicolasGensollen in #1374 (comment)
The text was updated successfully, but these errors were encountered: