-
Notifications
You must be signed in to change notification settings - Fork 55
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
clean imports #898
clean imports #898
Conversation
delete unused PointType class
@tomdele Alexis's approval does not allow me to merge. You will have to look here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Thank you! |
Hi @asanin-epfl |
Yes! I totally forgot. Should not be critical as private modules become public. |
No problem, it is not critical indeed. |
Thank for the heads up! |
Wait, this could break a few other codes, no? No other complaints so far? |
It will break only if user imported the private module. |
ah ok ok , let see, it may just be me in diameter-synthesis then |
Not only since imports were removed from the |
ok ok, 2.1.0 |
Thanks :-) |
Now I am wondering if this change worth it. It actually breaks at least TNS, morph-tool and diameter-synthesis. Maybe reverting the imports in |
ok |
what else besides |
Hard to check everything but I guess we shoud also revert |
This one no |
But maybe another code was importing something like |
yes but in that case another code needs to change such import without changing the version of NeuroM in its |
Yeah true, it's ok for me then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
_neuron
toneuron
,_soma
tosoma