-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)
Milestone
Description
Low priority, but this would be a nice little usability improvement.
When I try
all_table_region = nwbfile.create_electrode_table_region(
range(electrode_counter), 'all electrodes')
I get
TypeError: incorrect type for 'region' (got 'range', expected 'slice, list, tuple or RegionReference')
I can fix this by wrapping range
in list
, but it would be nice if pynwb
handled this kind of thing.
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)