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

Fix (again) incorrect model_template in 300_pointneurons example #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
edge_type_id target_query source_query dynamics_params model_template
100 ei=='e' * ExcToExc.json static_synapse
101 ei=='i' * ExcToInh.json static_synapse
100 ei=='e' * ExcToExc.json nest:static_synapse
101 ei=='i' * ExcToInh.json nest:static_synapse
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
edge_type_id target_query source_query delay dynamics_params model_template
100 ei=='e' ei=='e' 2.0 ExcToExc.json static_synapse
101 ei=='i' ei=='e' 2.0 ExcToInh.json static_synapse
102 ei=='e' ei=='i' 2.0 InhToExc.json static_synapse
103 ei=='i' ei=='i' 2.0 InhToInh.json static_synapse
100 ei=='e' ei=='e' 2.0 ExcToExc.json nest:static_synapse
101 ei=='i' ei=='e' 2.0 ExcToInh.json nest:static_synapse
102 ei=='e' ei=='i' 2.0 InhToExc.json nest:static_synapse
103 ei=='i' ei=='i' 2.0 InhToInh.json nest:static_synapse