-
Notifications
You must be signed in to change notification settings - Fork 124
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
BIDSLayout.get -- TypeError: unhashable type: 'list' #683
Labels
Comments
Just had this same issue pop up when trying to do |
This was referenced Jan 12, 2021
oesteban
added a commit
to oesteban/pybids
that referenced
this issue
Jan 12, 2021
oesteban
added a commit
to oesteban/pybids
that referenced
this issue
Jan 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Playing around metadata getters, and after working out a patch for the sibling issue #681, I've found the following related problem:
In this case, the problem arises from the fact that lists are not hashable for the
set
, but someIntendedFor
has a list inside.The text was updated successfully, but these errors were encountered: