Oliver Ruebel

Results 180 comments of Oliver Ruebel

> TypeError: NWBHDF5IO.__init__: missing argument 'path' I think you may need to update the version of HDMF you are using

> As a point of curiosity, is installing via the github repo the only way to prevent this error? Are there resulting packaging issues when installing via pip? Installing via...

> Seems as though the `NWBHDF5IO.__init__: missing argument 'path'` arises again when testing it from a pip installation. Can you try again. There is a new release of HDMF which...

This is being addressed in https://github.com/hdmf-dev/hdmf-zarr

> this one is open since July -- any plans to finalize/release it ? @yarikoptic thanks for following up. I think this one got put on hold while #1494 was...

Closing this PR since this has been addressed in https://github.com/NeurodataWithoutBorders/pynwb/pull/1511

Thanks @CodyCBakerPhD and @rly for all the work on this PR to clean up validation!

Yes, this is being addressed by https://github.com/hdmf-dev/hdmf-zarr

If I understand the issue correctly, the problem is that the `NWBHDF5IO` object is being deleted (here because it is being created in the scope of a function) but you...

Looking at the code for ``set_dataio`` and ``DataIO``, I think the two functions have diverged a bit, in that ``set_dataio`` expected a ``DataIO`` object without data and then sets the...