Steph Prince

Results 68 comments of Steph Prince

Rereading through this discussion, I believe where we left off is that the we want to remove the backend-specific logic from the `Container` class. To do so, it was proposed...

@h-mayorquin yes I can take a look at it and finish it up

I have pushed the updates we discussed: - added utility functions `generate_array_html_repr` and `get_basic_array_info` to the utils module to get basic array info and generate an array html table -...

Thanks for the issue and example, I believe this will most likely need to be addressed in HDMF so @mavaylon1 will open up a related issue to work on it...

@rly I realized that I had only updated the string conversion for datasets so I updated `__convert_string` to accommodate multidimensional string arrays as attributes as well. For testing, I added...

See related issue here with tests: https://github.com/hdmf-dev/hdmf/issues/1096

From what I understand, if the version can't be found the file is corrupt, not a valid NWBFile, or nothing has been written. I think returning `can_read` as False makes...

@rly this should be ready for review There are a couple remaining TODO items related to validation support for NWBZarr files using the file path that could potentially be bumped...

@mavaylon1 These are the changes related to our issue triaging that we will discuss testing set up for next week.

Thanks for sharing @cboulay! I think this would be a great example for our pynwb documentation: https://github.com/NeurodataWithoutBorders/pynwb/issues/1951. If I remember correctly, io.write() needs to be called again because of issues...