Ryan Ly

Results 297 comments of Ryan Ly

Thanks for checking back in @musicinmybrain !

PyNWB tests need to be updated because container attributes that were previously set to None resulted in no entry in `self.fields`. This has the primary side effect that the __repr__...

@bendichter Good point. Yes, we can do that - we can call a generic validation function in the generic setter. Moving all validation in PyNWB classes to that function and...

Note: Now that the IO object is available on Container objects, for attributes, we may be able to easily modify any written attributes. We would need to store the path...

This looks like a good start to me. I was able to remove the warnings by editing the autosummary template and adding `:noindex:` under `automodule`. I agree that there are...

1. fix the reference links and breadcrumb links so that they consistently go to the autosummary nicer pages. remove the other pages if possible. 2. fix warnings: ``` C:\Users\Ryan\Documents\NWB\hdmf\src\hdmf\common\table.py:docstring of...

> > Let me know what you think of this approach. > > Generally, this approach makes sense to me for updates on read. > > **Sidecar file schema** >...

> What if you want to remove values? e.g. what if you have the age of a subject and then realize that this age is incorrect but you don't know...

Latest example JSON: ```json { "versions": [ { "label": "2.0.0", "description": "change attr1 from 'old' to 'my experiment' and my_data from [1, 2, 3] to [4, 5]", "datetime": "2020-10-29T19:15:15.789Z", "agent":...

TODO: - [x] create jsonschema for sidecar JSON - [x] validate sidecar JSON before read - [ ] set new dtype correctly - [ ] create documentation Nice to have:...