-
Notifications
You must be signed in to change notification settings - Fork 11
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
New interface for channels with cell.add_global_param()
#474
Comments
I dont quite understand this. could you elaborate? :) |
Ah, yes, I created this issue in a rush during a zoom meeting and forgot to add more details. We got feedback that it is unintuitive that things like reversal potentials or temperature are |
We (@kyralianaka @huangziwei @jnsbck) decided on the following: The This implies the following:
Additional improvements to
|
cell.add_membrane_property()
cell.add_membrane_param()
@r-makarov see above---we are sketching out a new structure for channels. If you have any feedback, that would be great! |
cell.add_membrane_param()
cell.add_global_param()
While we're at it, we should rename all |
or the other way around :) Linters complain about (but I think I also tend towards |
@michaeldeistler Sounds great! I'm in favor of all the proposed changes.
|
These suggestions are great! slow_K = K().change_name("slow_K")
cell.insert(slow_K)
Another thing I just noticed: The methods in channel / synapse are called update_states and init_state. I think we should settle for either singular or plural. |
Thanks!
Have you made any decision regarding the temperature adjustment factor |
then
e_k
can be accessed viaparams["e_k"]
.The text was updated successfully, but these errors were encountered: