You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
E KeyError: "Metadata term 'RepetitionTime' unavailable for file /home/zorro/repos/pybids/bids/tests/data/7t_trt/sub-01/ses-1/func/sub-01_ses-1_task-rest_acq-prefrontal_bold.nii.gz."
The meta-data for this file is at the bids root under: task-rest_acq-prefrontal_bold.json.
I think the BIDSMetadata should wrap the metadata returned by its _artifact:
def get_metadata(self):
"""Return all metadata associated with the current file. """
md_file = BIDSMetadata(self.path)
md = self._artifact.get_metadata(include_entities=True)
md_file.update(md)
return md_file
In test
test_get_tr
The following occurs:
The meta-data for this file is at the bids root under:
task-rest_acq-prefrontal_bold.json
.@erdalkaraca any insight?
The text was updated successfully, but these errors were encountered: