Ryan Ly
                                            Ryan Ly
                                        
                                    I am in favor of default names, but we should be internally consistent. Within the `general` group, there are already the names `extracellular_ephys`, `intracellular_ephys`, etc. Whichever we pick, I think...
See related https://github.com/NeurodataWithoutBorders/nwb-schema/issues/249
@ajtritt now that `DynamicTable` is in HDMF, how should we go about making `DynamicTable` chunked and resizable by default in PyNWB and not in HDMF as you had suggested? Do...
Thanks for the report. While we sort out what the right behavior should be here, as a workaround, you can redefine `elecs_region` before you use it the second time. ```python...
Oh. It might be because you have two electrode table regions with the same name, and that is (currently) not allowed. On Tue, Jun 25, 2019 at 10:38 AM Luiz...
I've updated hdmf to 1.0.5. That should fix the problem. Please re-open and comment if it does not.
@luiztauffer sorry, can you clarify the current problem? Are you still getting a `RuntimeError: Unable to create link (name already exists)` ? I am trying to mock together something that...
The name of the `Units` object stored at the `NWBFile` level of the file must be `"units"` according to the schema: https://github.com/NeurodataWithoutBorders/nwb-schema/blob/dev/core/nwb.file.yaml#L446-L449 This predates the best practices. Changing that to...
cc @sneakers-the-rat @cmungall I'm looking at how to 1) add attributes to arrays and 2) support labeling arrays with other arrays. For 1), I think we need to keep supporting...
@sneakers-the-rat can we close this? I believe this was discussed in https://github.com/linkml/linkml-model/pull/189 or do we want to allow `null` as an option in addition to `{}` and unset?