What would you like to see added to PyNWB?
I am running into a problem automatically generating an extension I am creating of the form:
groups:
- neurodata_type: BioSample
groups:
- name: isDerivedFrom
links:
- type: BioSample
To make get_class work on this, we'd need to support arbitrary depth recursion, which is not currently supported.
Is your feature request related to a problem?
No response
What solution would you like?
modifications to get_class.
Do you have any interest in helping implement the feature?
Yes, but I would need guidance.
Code of Conduct
What would you like to see added to PyNWB?
I am running into a problem automatically generating an extension I am creating of the form:
To make
get_classwork on this, we'd need to support arbitrary depth recursion, which is not currently supported.Is your feature request related to a problem?
No response
What solution would you like?
modifications to
get_class.Do you have any interest in helping implement the feature?
Yes, but I would need guidance.
Code of Conduct