Ryan Ly

Results 455 comments of Ryan Ly

That's a bug. We should fix that but note that some users who are creating an `ImagingPlane` without kwargs would get misordered arguments after this fix.

Thanks for the bug report @keyaloding . I am not sure why that is happening. I will run some tests on my end and get back to you next week.

Good find, @sneakers-the-rat ! We'll adjust this on the pynwb side.

Yes, please update PyNWB to make `gain` optional to match the schema.

I agree with Ben's comment in #1451. I think `source_script` should be a link to a commit/tag/release in a public repo or a name of the package with a version...

@SPMMER Does your file use any NWB extensions? It looks like there is an issue with one of the cached specs. Would you be able to share the file with...

PyNWB supports all currently alive/active versions of Python. [Each version lasts five years](https://devguide.python.org/versions/). The documentation does not use features specific to only a subset of those versions. I am in...

We could also just try it and roll it back if there are significant complaints.

This should be documented in the schema. A `PlaneSegmentation` table without an image mask or a pixel mask is not useful. The NWB schema language does not yet support the...

We are reverting this change before release while we resolve issues with supporting this feature in HDMF which underlies PyNWB.