-
Notifications
You must be signed in to change notification settings - Fork 32
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
Errror using dynamicTable.getRow when ID is 0 #310
Comments
I believe the first parameter of |
Thank you for reply. But I wanted to retrieve the row with ID = 0, not the first row. |
CC @bendichter |
The issue is fixed. Thanks a lot! |
Hi,
When I ran this,
row = nwb.units.getRow(0, 'useID', true, 'columns', {'spike_times'});
I got the following error.
This can be hackily solved by commenting out ln.13 in types.util.dynamictable.getRow.
The text was updated successfully, but these errors were encountered: