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

Use "real examples" for testing #9

Open
mstimberg opened this issue Jul 29, 2016 · 1 comment
Open

Use "real examples" for testing #9

mstimberg opened this issue Jul 29, 2016 · 1 comment

Comments

@mstimberg
Copy link
Member

Have a look at Brian2s examples and see which could be in principle supported by our LEMS/NeuroML export. If there's only a small functionality that is missing, then it might be worth implementing it. It would be great if at the end we'd have a few examples that do something non-trivial. With support for synapses (#6), I think we should be able to run e.g. examples/synapses/licklider.py (not 100% sure about the noise, though, you might have to manually replace "xi" by something like sqrt(dt) * normal() (or whatever LEMS uses for randn)).
With support for PoissonGroup (#8), also examples/synapses/STDP.py should work.

@pgleeson
Copy link

pgleeson commented Aug 2, 2016

Another option might be to construct a new example to add to the standard Brian examples that does something interesting but that you know is fully supported in the NML2 export. That example can be updated as the features in the export are expanded.

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

No branches or pull requests

2 participants