Ryan Ly

Results 322 comments of Ryan Ly

This was raised as an issue by @tabedzki. 1. Attributes with `isodatetime`/`datetime` dtype cannot be built: ``` Traceback (most recent call last): File "/Users/rly/mambaforge/envs/berke2/lib/python3.12/site-packages/hdmf/build/objectmapper.py", line 1020, in __add_attributes attr_value, attr_dtype...

@tabedzki Sorry for the delay. I have a few other pressing things on my plate right now. I will look at this again next week.

Minor suggestion to a test. Looks good otherwise.

I added a test that raises an unexpected error: ``` self = , name = @with_phil def __getitem__(self, name): """ Open an object in the file """ if isinstance(name, h5r.Reference):...

I see. Tricky indeed. You can't create an HDF5 reference to an object that isn't in the file yet, and rebuilding the whole hierarchy on each append is not ideal....

This causes a few errors in PyNWB that I will investigate.

> > This causes a few errors in PyNWB that I will investigate. > > Is this PR okay to review or should I wait for the PyNWB errors. Please...

#1293 should be merged before this

I could have sworn we had already made an issue on this but maybe we just discussed it. For hdmf-common and NWB core, I think we should raise the warning...