Ryan Ly

Results 297 comments of Ryan Ly

@stephprince do you have a chance to take a look at this? thanks!

Ok, after doing a full review of the issue and PR, I am also confused as to why `ElectrodeGroup.position` is allowed to be a list of tuples. I think @oruebel...

This would be very nice to fix. In my work, I inspect a lot of HDF5 files using HDFView on my Mac, and having to copy and paste the path...

This was amusing: one test tested that `ElectrodeGroup(...)` would raise a TypeError, but the code in `ElectrodeGroup.__init__` generated a ValueError. That's odd. And the test passed! Why? A TypeError was...

> disable them globally How do other packages handle this? Would it be sufficient to check for an environment variable, e.g., `PYNWB_NO_NETWORK_TESTS=1`?

Thanks for the quick response! I tried this with both `numcodecs==0.11.0` (max set by kerchunk) and the latest `numcodecs==0.12.1`. Sorry - I forgot to mention that in my post. Also...

Thanks! I did not find that issue ticket. That would do it. I pinged it. Yeah, the VLenUTF8 codec is more verbose for non-scalars. For scalars, interestingly enough, it looks...

Here is a more complex 2D case. This case is not necessary to support in LinkML (we can just add this as a convenience function to the API), but it...

The Neurodata Without Borders project is moving toward using Zarr and ReferenceFileSystem for accessing large-scale neurophysiology data stored in the cloud and locally. This feature would make reading/inspecting, writing, editing,...

The NWB Tutorial at Cosyne is this Thursday. In case adding support for NWB schema 2.7.0 causes any last minute issues in PyNWB, MatNWB, or other tools, like NWB GUIDE,...