-
Notifications
You must be signed in to change notification settings - Fork 54
Add numeric solver to synapses #1208
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
Open
pnbabu
wants to merge
40
commits into
nest:master
Choose a base branch
from
pnbabu:synapse_numeric
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
43e6183
Numeric solver for synapse models
pnbabu cab344e
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu a50f875
Add numeric solver for synapses
pnbabu 88069e0
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 0aa8ba1
Numeric solution
pnbabu fb0ec2d
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 80faa93
Add numneric solver to synapses
pnbabu bc2c078
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 78f1b1f
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu bef5bcb
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 0f92473
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 129f4c9
Add numeric solver to synapse template
pnbabu 5cc3bf9
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 4c5b06c
Modify synapse templates
pnbabu ee59762
Modify synapse templates
pnbabu f59b15d
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 07a45ec
Add test for non-linear synpase
pnbabu 18be17f
Fix pycodestyle error
pnbabu d3d3a42
Fix tests
pnbabu 940c9a4
Add synapse model inside a namespace
pnbabu b3dc52b
Fix test failures
pnbabu bda28b0
Modify templates to fix namespaces in synapse models
pnbabu 6372da3
Fix templates
pnbabu af4e117
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 637eb6c
Add copyright header
pnbabu 7a85ffd
Fix test failure
pnbabu 4f9b327
Add test
pnbabu 8b02787
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 0739a2e
Modify test
pnbabu 65715a1
Fix pycodestyle
pnbabu 32f26a7
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu c64f929
Update tests
pnbabu 1f800ad
Address review comments
pnbabu e39d22e
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu d3f7ff6
Fix test
pnbabu 5017b52
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu 7fbcc01
Fix test error
pnbabu 23d27cb
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu e40ce7b
Merge remote-tracking branch 'upstream/master' into synapse_numeric
pnbabu f7fbe4e
Update docs
pnbabu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the tolerances be adjusted like in the neuron model? Could you add a reference to GSL or to the GSL solver?