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
It looks like the entity run is being extracted as a string, not an integer. The zero padding is correctly dealt with, but it is stored as a string.
run
I could have sworn we deal with this before so that it would read run in as a integer, but it looks like even in the tests, it expects strings.
The text was updated successfully, but these errors were encountered:
Looks like in bids.json, run should have dtype set to int.
bids.json
dtype
int
Changing this breaks other grabbit stuff (other functions seems to be mostly tested on strings)
I am incorrect in recalling at some point it was reading in runs as ints though?
Sorry, something went wrong.
Fixed in #236.
No branches or pull requests
It looks like the entity
run
is being extracted as a string, not an integer. The zero padding is correctly dealt with, but it is stored as a string.I could have sworn we deal with this before so that it would read run in as a integer, but it looks like even in the tests, it expects strings.
The text was updated successfully, but these errors were encountered: