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

Allow pre/post references in synaptic expressions #108

Merged
merged 9 commits into from
Aug 28, 2013

Conversation

mstimberg
Copy link
Member

This branch introduces the possibility to use _pre and _post references everywhere in synaptic expressions, i.e. for creating synapses, setting synapses and indexing synapses. I did implement in the most simple way by introducing new templates specifically for the Synapses class. These are very reduntant and should simplified as mentioned in #94.

Closes #96.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling b16ff91 on fix_pre_post_references into 2105e39 on master.

@mstimberg
Copy link
Member Author

The example I just added shows how this mechanism can be used for spatial connectivity patterns. Quite neat I think!

I've nothing to add for now, from my side it's ready to merge.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling f6b19db on fix_pre_post_references into 2105e39 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 7f87c03 on fix_pre_post_references into 2105e39 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 5966ed1 on fix_pre_post_references into 1b780ee on master.

thesamovar added a commit that referenced this pull request Aug 28, 2013
Allow pre/post references in synaptic expressions
@thesamovar thesamovar merged commit 64380f4 into master Aug 28, 2013
@thesamovar thesamovar deleted the fix_pre_post_references branch August 28, 2013 16:07
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

Successfully merging this pull request may close these issues.

Allow use of pre-/postsynaptic variables in synaptic string expressions
3 participants