Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbor Python objects for decor and cell global properties present opaque interfaces #1577

Closed
halfflat opened this issue Jun 4, 2021 · 0 comments · Fixed by #1953
Closed

Comments

@halfflat
Copy link
Contributor

halfflat commented Jun 4, 2021

arbor.decor or arbor.cell_global_property objects have no methods or attributes that can be used to retrieve any information about them. In principle, a decor object can be queried for its lists of decorations, and similarly cell_global_property should be able to make available its defaults for ions and electrical properties.

Example use case:

p = arbor.neuron_cable_properties()
# How do I discover what the NEURON defaults are at this point?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant