Cody Baker
Cody Baker
@rly This would be a bit more proper to utilize the `MeasurementData` extension to the `VectorData` being proposed at the higher `hdmf` level, and while it's clear how to specify...
Or is this now intended behavior, and you're supposed to add such things as columns only (not by-row?)
Hey there, When running the latest version of PyNWB, (v2.1.0 - try `pip install -U pynwb` to update), you should see a warning along the lines of ```python UserWarning: '':...
> yes, I think it's the OSX and Windows distros that are a problem. The NWB Inspector CI tests the original non-`mpi*` version on all platforms: https://github.com/NeurodataWithoutBorders/nwbinspector/blob/dev/.github/workflows/testing.yml#L34-L35 (latest images of...
@yarikoptic I'm close to finishing something very similar that also integrates with the `dandi.pynwb_utils.validate`, look for that in next day or so
@oruebel Oh, sorry - I've modified the post for clarity surrounding our understanding of the issue. Upon double checking, `pynwb.validate(io)` works fine and returns empty. But `io.read()` fails with the...
> Should this be a separate return value, to indicate whether the file is readable or just an additional validation error? I think 'just an additional validation error' would be...
@oruebel OK after a lot of investigating and playing around, here is the 'most minimal' reproducible code I could make that reproduces the exact issue without needing an external file...
@rly @oruebel This is ready to be looked at... Main issue I'm having right now is getting the non-required argument parsing through docval to work. ``` python Traceback (most recent...
but likewise if I remove the `type: (..., type(None))` to mimic the pattern of https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/src/pynwb/image.py#L38-L43 I still get ```python Traceback (most recent call last): File "C:\Users\Raven\.conda\envs\pynwb\lib\runpy.py", line 194, in _run_module_as_main...