Ryan Ly
Ryan Ly
Oops. This is a duplicate of https://github.com/NeurodataWithoutBorders/pynwb/issues/1659
Thanks for the bug report @dysprague . I can reproduce the error. I will look into this and get back to you.
Related: https://github.com/hdmf-dev/hdmf/pull/796 I don't think that PR covers cases where an object links to itself. I will have to add a test for that.
Thanks for the bug report @mayofaulkner . We narrowed down the issue to being related to a corrupted or improperly configured cache, such that the cache metadata was updated to...
@CodyCBakerPhD would you be able to add and test an API class for `OnePhotonSeries` to PyNWB? It might be as simple as adding `OnePhotonSeries = get_class("OnePhotonSeries", namespace="core")` in `ophys.py` and...
I think this was resolved in discussion here but please re-open if not.
I started reviewing the PR (great work @sneakers-the-rat !) but need to go now, so I will finish the review by tomorrow evening. Just wanted to let you know so...
I reviewed everything but the tests. This is a lot of great work! A few minor comments / discussion above. Happy to jump on a call and discuss if that...
@paulmillar Is it necessary to have the identifier as the key in your data JSON? An alternative approach would be to move the identifier into the dict and have a...
@paulmillar I was skeptical about whether linkml would parse the JSON object key as an identifier, but it looks like linkml parses it just fine. Using `linkml-convert`, I converted your...