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

Dendritic spine: Some class members marked private on C++ side can be access on Python side #341

Open
jacquemi-bbp opened this issue Sep 8, 2021 · 1 comment

Comments

@jacquemi-bbp
Copy link
Collaborator

This issue concerns a closed PR: #321

There should be no Mitochondria and no Endoplasmic Reticulum object attached to Dendritic Spine. But they exist because the DendriticSpine class derived from the Morphology class.
So they are marked private on c++ implementation so one cannot access them.
The problem is that in Python one can access these members.

@eleftherioszisis
Copy link
Collaborator

Given that in biology smooth endoplasmic reticulum and mitochondria are present in dendritic spines, it makes sense that these objects are accessible from the spine morphology, doesn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants