-
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
Clamping of Synapse: Following Synapse might also be clamped #485
Comments
Hey, thanks for reporting this. Three things that would be really helpful to clarify first:
|
I think I found the origin of the problem which it is more like an inconsistency. If I use data clamp you have to use the index of the pre synaptic cell to clamp the according Synapse, e.g. cell(pre_synaptic). However, since the synapsing indexing was changed to something like cell[pre_synaotic_cell, post_synaptic_cell] and the data_clamp function remained the old functionality, this might |
Thanks for checking up on this, I found the likely culprit. Will fix asap. You can keep track of the progress in #492. |
If I create a network where cells are connected via RibbonSynapses, and I apply a data clamp to one of the RibbonSynapses, not only is the current synapse clamped to the defined value, but also the next synapse in sequence (with an incremented index). Further, it doesn't matter which method I use to index the synapses (so if I use the pre or post synapsing indexing or the indexing via the edges). An example is attatched:
Jax version: 0.4.35
The text was updated successfully, but these errors were encountered: