-
Notifications
You must be signed in to change notification settings - Fork 371
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
Re-organise tripartite connectivity generation to support multiple primary connection rules #3204
Conversation
…ite connectivity pass
@IiroAhokainen @clinssen I have now fixed the problem with pooling, so the PR is ready for review again. @HanjiaJiang Could you create a PR towards my branch that would adjust the parameters in the examples as discussed above? I think you know the pertaining example files much better :). |
Yes @heplesser I will do this. Do you think I should also include the change for default delta_IP3 (to 0.0002) as well? I know I can change it in astrocyte_lr_1994.cpp but just to double check. |
…o's suggestions Co-Authored-by: Iiro Ahokainen <[email protected]> Co-Authored-by: Jugoslava Acimovic <[email protected]>
@HanjiaJiang Since @IiroAhokainen pointed out that the current default value makes no sense physiologically, please change the default value for |
…siologically plausible value
…e to change in delta_IP3 default
Changing parameter values for astrocyte_lr_1994
Parameter changes are now integrated, so the PR is complete from my side. @clinssen @IiroAhokainen Looking forward to your re-reviews. |
…into new_tripartite
@IiroAhokainen If you are done with your re-review, kindly approve explicitly :). |
Thank you everyone but especially @heplesser for the hard work! This is really a great achievement. 🥳 |
Thanks everyone for your hard work and dedication. It is great to see the project and the code advancing to this point. Looking forward to see it's impact on the CNS community. |
This PR re-organises the tripartite connectivity generation to (a) allow combination with all primary connection rules and (b) support parallelization.
@HanjiaJiang Could you provide benchmarks?