-
Notifications
You must be signed in to change notification settings - Fork 3
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
CellDistributor
has many get cell
methods
#94
Comments
I just discovered that getCell is a wrapper of get_cellref. Clearly one can go except if they are not used for compatibility reasons... |
I just discovered that |
which ringtest? |
neurodamus/neurodamus/metype.py Line 169 in 8a7056d
Probably because the reports are disabled. It is called in neurodamus/neurodamus/target_manager.py Line 472 in 8a7056d
|
Yeah:
Ah, can't wait for a unit test w/ reports then. |
I find confusing that
CellDistributor
has these 3 methods:getCell
is a wrapper ofget_cellref
get_cell
get_cellref
getMEType
is a wrapper ofget_cell
I think we can find more descriptive names or remove some of them
@WeinaJi about
# Methods for compat with hoc
suggests:The text was updated successfully, but these errors were encountered: